+ 1
Running C++ program on LINUX terminal
Is here someone who can tell me how to execute the c++ program on LINUX terminal without a compiler
1 ответ
+ 2
u need to compile it, u can do it with g++ file.cpp -o file
then execute it ./file
Is here someone who can tell me how to execute the c++ program on LINUX terminal without a compiler