Re: [Dev-C++] Compiler options : g++ vs gcc
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Brad W. <c_b...@ya...> - 2010-01-09 22:29:15
|
ok, I have one more idea on how to force Dev to use gcc. Go to Tools -> Compiler Options ->Programs. Then change gcc.exe to g++.exe, in theory, that should force Dev to only use g++ to compile, click ok and see how it works. _______ "Question with boldness even the existence of a God; because, if there be one, he must more approve of the homage of reason, than that of blind-folded fear." -- Thomas Jefferson "If at first the idea is not absurd, there is no hope for it" -Albert Einstein --- On Sat, 1/9/10, er <erw...@gm...> wrote: > From: er <erw...@gm...> > Subject: Re: [Dev-C++] Compiler options : g++ vs gcc > To: dev...@li... > Date: Saturday, January 9, 2010, 5:58 AM > 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. > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer > Community > Take advantage of Verizon's best-in-class app development > support > A streamlined, 14 day to market process makes app > distribution fast and easy > Join now and get one step closer to millions of Verizon > customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |