C/C++ are compiler languages. So you program by writing simple text files with typical endings (*.c, *.cpp, *.h, .hpp) and compile these files. The compiler will compile your code to machine code ...