what is a good c/c++ compiler? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: what is a good c/c++ compiler? (/showthread.php?tid=23788) what is a good c/c++ compiler? by lizard.boy on 04-17-2004 at 02:00 AM
read the subject. RE: what is a good c/c++ compiler? by bach_m on 04-17-2004 at 03:38 AM
glibc on linux. RE: what is a good c/c++ compiler? by Mnjul on 04-17-2004 at 04:16 AM DevC++ (with GCC/G++) is quite good too RE: what is a good c/c++ compiler? by Patchou on 04-17-2004 at 04:29 AM nothing beats Visual C++ if you're searching more than an enhanced notepad with a compile button RE: what is a good c/c++ compiler? by sock on 04-17-2004 at 10:31 PM
quote:Glibc is the standard GNU C Library used on GNU/Linux, it's not a compiler. You probably mean GCC, which indeed is ported to Windows and can be used for free with the nice Dev-C++ IDE, as Mnjul said. RE: what is a good c/c++ compiler? by Eric on 04-19-2004 at 04:53 AM
Microsoft Visual C++ .NET Edition(Version 7) or... RE: what is a good c/c++ compiler? by Wabz on 04-19-2004 at 10:15 PM
I think i'd like to learn this C thing RE: what is a good c/c++ compiler? by musicalmidget on 04-19-2004 at 11:22 PM Well there are plenty of free compilers available on the net (like some of the ones posted above), but tutorials for beginners are rare to come by (well, they were when I tried...and as a result I gave up in the end ). I would imagine you would probably be better to buy a book. It worked for me with PHP. RE: what is a good c/c++ compiler? by sock on 04-20-2004 at 03:18 PM
quote:Again, Dev-C++ is the most popular free IDE (Integrated Development Environment) for C/C++ under Windows. It's highly recommended if you don't want to spend any money. RE: what is a good c/c++ compiler? by Wabz on 04-21-2004 at 12:52 PM
quote: thanks sock Now all I need is some tutorials to start me off coding * Wabz looks for a decent book on amazon Any recommendations? RE: what is a good c/c++ compiler? by musicalmidget on 04-21-2004 at 02:17 PM
Well, when I learnt PHP I used the "PHP for Dummies" book, because it explains absolutely everything. I'm pretty sure there is a "C/C++ for Dummies" too, so if there is I would recommend that. RE: what is a good c/c++ compiler? by Menthix on 04-21-2004 at 02:28 PM http://www.dummies.com/WileyCDA/DummiesTitle/productCd-0764568523.html RE: what is a good c/c++ compiler? by sock on 04-21-2004 at 02:49 PM And this one's for C. |