I still have a problem... everytime i close cmd i always need to type
set PATH=%PATH;bin location
before i can use the g++ command.
Is there a way that I can directly use the g++ command after launching cmd?
Yes follow these steps sorry if you already know, i'm going to assume your on XP
1) Right click my computer
2) Select Properties
3) Advanced Tab
5) Environment Variables
6) Under system variables find "Path"
7) Click edit and append with a semicolon separator the new location
And your done, hope that helps
Chris