Re: [Dev-C++] Compiler options : g++ vs gcc
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: er <erw...@gm...> - 2010-01-09 11:59:05
|
Brad Woosley wrote: > gcc is used normally with the C language normally with the file extension of *.c, g++ is normally used with C++ language normally with the file extension of *.cpp. So I would assume that if you were to change the file name from *.c to *.cpp it would use g++ instead of gcc, but I have not tested that. > _______ Thanks, but these are cpp files. |