| www.rodneybeede.com | "I would love to change the world, but they won't give me the source code" - unknown |
I used MinGW version 3.15.1 with GCC 3.4.5.
#includeusing namespace std; int main () { cout << "Hello World!"; return 0; }
AppIcon ICON "MyApp.ico"
C:\MinGW\bin\windres.exe appicon.rc appicon.opc
"C:\MinGW\bin\g++.exe" appicon.opc test.cpp