Enter to execute it.% g++ -c source.cc
This will produce an object file called source.o
% g++ main.cc source.o
This will produce the executable file a.out