Hi Justin, That can vary depending on platform. On my platform the g++... g++ foo.cpp ...is equivalent to the gcc... gcc -nostdlib -x c++ foo.cpp -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc crtend.o crtn.o Likely, this will vary from platform to platform. --Eljay