I'm currently using Bloodshed Dev-C++ to compile my programs although I am looking for a better means of compiling programs. Does anyone have any recommendations for command-line based compilers for Windows?
Best C/C++ Compiler?
Started by bbalegere, Jan 13 2007 12:31 AM
9 replies to this topic
#1
Posted 13 January 2007 - 12:31 AM
|
|
|
#2
Guest_Jordan_*
Posted 13 January 2007 - 08:41 AM
Guest_Jordan_*
The command line compiler in Visual C++ isn't bad. Win32 Tutorial - Free Visual C++ Command Line Tools
The Intel one isn't bad either but does cost money: http://www.intel.com...lers/279578.htm
The Intel one isn't bad either but does cost money: http://www.intel.com...lers/279578.htm
#3
Posted 13 January 2007 - 09:07 AM
Dev-C++ is actually using the MinGW (port of GCC) compiler, which is also command line. There is also an Intel C++ compiler out there, which has received some good reviews.
#4
Posted 13 January 2007 - 09:50 PM
come on, no one going for gcc or turbo c? I still use turbo c for my OS since accessing registers is extremely simple ( ie: _AX , _AH, ect...)
#5
Posted 14 January 2007 - 02:56 PM
I would recommend Dev-C++/Dev-Cpp or Visual C++. GCC is good also, but its better on linux, at least I think lol, I haven't used C or C++ in a while so I don't remember.
Too busy learning Perl and PHP.
Thanks
Cyber_Demon12
Too busy learning Perl and PHP.
Thanks
Cyber_Demon12
#6
Posted 28 January 2007 - 08:09 PM
I am using gcc/g++ on cygwin and also Code::Blocks for windows. Code::Blocks is very good IDE and it comes with compilers.you can also download it without compiler if you have one laready.
for a beginner i think Code::Blocks is best.
for a beginner i think Code::Blocks is best.
#7
Posted 19 February 2007 - 11:56 AM
I use Dev-C++. It's very easy to use; I recommend it.
#8
Posted 21 February 2007 - 03:57 AM
Dev-C++ is kind of nice, although I hate the way it uses indentation. I've just begun using Code::Blocks and it looks good too. What I really like about Dev-C++ is that you can simply compile single .cpp-files without making a project (which is nice if you just want to try something out).
I don't know anything about compilers though? What would be the difference? Speed, error messages?
I don't know anything about compilers though? What would be the difference? Speed, error messages?
#9
Posted 26 February 2007 - 06:20 PM
You can disable the auto-indentation if you want to... in fact, mine is always disabled.
#10
Posted 27 February 2007 - 01:29 PM
my opinion overall the borland compiler is the best. G++ error codes can be extremely complicated to read and with borlands compiler it gives you a number on every errror that you can reference to see suggestions on why your program isnt doing what it is supposed to. borland has a free compiler just check it out on there site. its bad a$$.


Sign In
Create Account


Back to top









