Jump to content

What is your fav compiler ?

- - - - -

  • Please log in to reply
9 replies to this topic

#1
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
I am just using different OS's and then thought, since I am using different OS's and libraries what is everyones favorite compiler for there OS of choice ?

I mainly use Linux.. and I am g++/gcc

when in Windows I use the Visual Studio express to do some development work in.

What does everyone else use ?

int coffeePerDay = 10; // need to cut down!!!

Codingfriends

#2
lintwurm

lintwurm

    Learning Programmer

  • Members
  • PipPipPip
  • 77 posts
Thought I'd be the first to reply ^_^

I also use linux mainly, so g++ and gcc work well for me.
I also use netbeans if I have to write a program to run in windows... (because I can program it in a real OS and then just recompile in windoze...)

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
  • Location:New York, NY
I use gcc.

@lintwurm, Netbeans is not a compiler.

#4
lintwurm

lintwurm

    Learning Programmer

  • Members
  • PipPipPip
  • 77 posts
lol true... wrote that while being really tired (still am)...
Still an awesome IDE though...

#5
James.H

James.H

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 866 posts
My fav would have to be the gcc compiler!

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
gcc/minGW
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
gcc wins the day then :).. it is such a great compiler too :).

int coffeePerDay = 10; // need to cut down!!!

Codingfriends

#8
hjohni

hjohni

    Newbie

  • Members
  • Pip
  • 1 posts
Good reply!:)

#9
outsid3r

outsid3r

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 623 posts
GCC (in past, GNU Compiler Collection) nowadays is more like GNU Crappy Compiler. The main advantage of this compiler is that it compiles to several different platforms, but GCC is slow because of heavy optimization algorithms, that are not so good as people think. You can find better specific platform compilers, for example, if you are programming on windows you would have much better results with VC++ than with GCC.
I am now saying that GCC is bad, in fact it's good but really needs improvement now.

#10
Ancient Dragon

Ancient Dragon

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 400 posts
On *nix I use VI as the text editor and g++ as the compiler. Are there any other free compilers for *nix? The only reason to use g++, gcc or MinGW on MS-Windows is for portability. Microsoft compilers don't support many of the header files/libraries that are on *nix, but MinGW has ported them.

ON MS-Windows I use either VC++ 2008/2010 or Code::Blocks with MinGW compiler. I also have C-Free, which is a C only compiler, but rarely ever use it.
Visit Grandpa's Forums, a social networking forum, with family-oriented arcade games, blogs, discussion forums, and photo albums.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users