Actualités

Right now its a simple .c file but to finish the project I need to make .h and .cpp files ... and then can run these programs in linux also, just simple programs in the terminal, how would I ...
file with the command nano hello.cpp ... run the program with the command ./hello, which will print out Hello World! in your terminal. And that’s all there is to compiling C++ programs in Linux.