Jump to content

Best C/C++ Compiler?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
bbalegere

bbalegere

    Newbie

  • Members
  • PipPip
  • 14 posts
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?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
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
cyber_demon12

cyber_demon12

    Newbie

  • Members
  • Pip
  • 9 posts
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

#6
deepbluegene

deepbluegene

    Newbie

  • Members
  • Pip
  • 2 posts
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.

#7
EdSquareCat

EdSquareCat

    Newbie

  • Members
  • PipPip
  • 12 posts
I use Dev-C++. It's very easy to use; I recommend it.

#8
CyberByte

CyberByte

    Newbie

  • Members
  • Pip
  • 5 posts
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?

#9
EdSquareCat

EdSquareCat

    Newbie

  • Members
  • PipPip
  • 12 posts
You can disable the auto-indentation if you want to... in fact, mine is always disabled.

#10
Deathcry

Deathcry

    Learning Programmer

  • Members
  • PipPipPip
  • 68 posts
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$$.