C++/where can i f ind information for my compiler
Expert: Zlatko - 11/17/2009
QuestionHello,
please, i am currently using a dev c++ compiler but often times, i have read about statements like "check your compiler's documentation" either to verify some compatibility or portability reasons. how could one check that using the Dev c++ compiler?
AnswerHello Henry.
I believe that DevC++ is an IDE which uses the MinGW port of the GCC compiler. The gcc web page is at
http://gcc.gnu.org/ and it has a documentation link in the right column.
The mingw home page is
http://www.mingw.org/ and there is documentation at
http://www.mingw.org/wiki/MinGW
Best regards
Zlatko