gcc -Ic:\libstdc++\include\g++-v3 -Lc:\libstdc++\lib -fhonor-std -s -o 							hello.exe hello.cpp

Example 3: Compiling "Hello World" with Standard C++ Libraries.

Back to Article