Wednesday, November 10, 2004

.o files

.o files can be created with the following command:

g++ -c [program.cpp]

To create the executable file

g++ [program.cpp] -o program

No comments: