compile main.cpp:
g++ -Wall -W -Werror main.cpp -o MyHelloWorld (gcc is C compiler, g++ is C++ compiler)
OR
g++ main.cpp
It generates "a.out"
Call the program;
./a.out
g++ -Wall -W -Werror main.cpp -o MyHelloWorld (gcc is C compiler, g++ is C++ compiler)
OR
g++ main.cpp
It generates "a.out"
Call the program;
./a.out
No comments:
Post a Comment