You are here

Recomended Compiler?

4 posts / 0 new
Last post
Kevster
Offline
Last seen: 14 years 3 months ago
Joined: 2009-03-21 22:08
Recomended Compiler?

I am looking for a freeware C/C++/C# compiler, I doesn't have to be portable. Thing is there are lots of choices but doesn't say much about the software. I am only looking for the compiler part but can't decide between softwares here's my list I found of freeware compilers.

-Mircosoft Visual C++ Express Edition 2008
-Microsoft Visual Studios 2008
-Dev-C++
-Code::Blocks
-Turbo C

If you know of which compiler suites me please tell me: Looking for multible language support (code) in compiling, and making small 3rd party Executables as for I like to tweak things. (I'm still a beginer in this and to start off with a compiler).

m2
Offline
Last seen: 13 years 2 months ago
Joined: 2006-12-12 12:00
What you mention are IDEs,

What you mention are IDEs, not compilers. These 5 choices use 3 compilers, Turbo has own, MS both have the same; Dev-C++ and Code::Blocks use gcc.

As for Windows, MS and Intel compiler generate the best code, gcc is far behind, but for a newbie it's not critical. If you'll be writing a program that has a lot of calculations, then it will be slow whatever you'll write it in until you'll get a lot of experience.
If it won't be computationally heavy, then it will finish in a blink of an eye anyway.
Size is another matter. GCC is moderate, Digital Mars quite good, MS moderate, Intel rather bad. Probably the best is old MS Visual C++ 6.0.

Don't know how about Borland, but I've seen nobody recommending it for reasons other than GUI, which some like (I don't).

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

Kevster
Offline
Last seen: 14 years 3 months ago
Joined: 2009-03-21 22:08
What do I need?!

Thanks for the info and potential of each IDE (yes I understand what that is) I might use Code::Blocks anyway becuase of portable developement. Makes me wonder if I'm even learning the right language for the things I want to do. I'm looking forward to creating personal apps like: system memory viewer: see actions has been used on the host pc when testing apps or a color aimbot for my friends.

anyways THANKS! PS: Do all IDE's require .NET Framework? another 200 mb >_>

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 3 months ago
Developer
Joined: 2006-12-06 18:07
only the MS ones need .NET

only the MS ones need .NET

The developer formerly known as ZGitRDun8705

Log in or register to post comments