Quote Originally Posted by Jeff++ View Post
ok thank... but the g++ part went right over my head.

where does the g++ come from ? and the switch names ?

thanks.
When you installed Dev-C++, it also installed the g++ (mingw) compiler. Look at the directories where it was installed. Also, those switches are probably set in the project options, but I don't have Dev-C++ in front of me to tell you exactly where to set them.

You need to do this, since otherwise you will inadvertantly create invalid C++ programs (so many posters using g++ make this same error of not setting the appropriate compiler switches beforehand).

Regards,

Paul McKenzie