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 ?
9 replies to this topic
#1
Posted 13 April 2010 - 02:01 AM
int coffeePerDay = 10; // need to cut down!!!Codingfriends
|
|
|
#2
Posted 13 April 2010 - 08:27 AM
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...)
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
Posted 13 April 2010 - 10:19 AM
#4
Posted 13 April 2010 - 10:57 AM
lol true... wrote that while being really tired (still am)...
Still an awesome IDE though...
Still an awesome IDE though...
#5
Posted 13 April 2010 - 02:18 PM
#6
Posted 13 April 2010 - 02:48 PM
#7
Posted 14 April 2010 - 12:13 AM
gcc wins the day then :).. it is such a great compiler too :).
int coffeePerDay = 10; // need to cut down!!!Codingfriends
#9
Posted 14 April 2010 - 04:24 AM
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.
I am now saying that GCC is bad, in fact it's good but really needs improvement now.
#10
Posted 14 April 2010 - 09:52 AM
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.
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


Sign In
Create Account


Back to top









