is there any free c++ compliers that you guys would suggest? thanks
Printable View
is there any free c++ compliers that you guys would suggest? thanks
GCC compiler from MinGW.org, though it doesn't provide IDE to work with.
If you want to IDE with GCC compiler, check Dev C++ at Bloodshed.net or maybe Code::Blocks at CodeBlocks.org
You could even check http://gcc.gnu.org/ though I find it very confusing. (Browsing the site, I mean!!)
Or maybe Borland C++ compiler only (not IDE again).
Or if you have a copy of VS (6, 2003, 2005), you can always use MS VS C++ compiler with IDE, in-built. ;)
hmmm i have vs around here somewhere but for some reason last time i tried my laptop didnt like to reconize the cd :/ my laptop likes to reconize only the cd s it wants :/ thanks for the links
GCC is the only C++ compiler. All the rest are just pretending.
Have a look here
I was about to say that. 'thefreecountry' is one of the only sites that gives info on free technical stuffQuote:
Originally Posted by Hack