Can anyone suggest me a nice and easy to use C/C++ compiler under Windows..
Give the URL from which I can download.
Thanks in anticipation...

Recommended Answers

All 11 Replies

Can anyone suggest me a nice and easy to use C/C++ compiler under Windows..
Give the URL from which I can download.
Thanks in anticipation...

In this thread WolfPack provide me a link to the online reference manual for the free Digital Mars Compiler that I'm using - which I've found easy to use.

In this thread WolfPack provide me a link to the online reference manual for the free Digital Mars Compiler that I'm using - which I've found easy to use.

I have never actually used the Digital Mars compiler, but I have never heard anything good about it. I think you'd be better off with DEV-C++ or Borland 5.5 for free. DM seems to have major trouble when you wish to learn Standard C/C++ -- I don't think it conforms to any standard.

http://www.borland.com/downloads/download_cbuilder.html for Borland 5.5
http://www.bloodshed.net for Bloodshed DevC

I have never actually used the Digital Mars compiler, but I have never heard anything good about it. I think you'd be better off with DEV-C++ or Borland 5.5 for free. DM seems to have major trouble when you wish to learn Standard C/C++ -- I don't think it conforms to any standard.

http://www.borland.com/downloads/download_cbuilder.html for Borland 5.5
http://www.bloodshed.net for Bloodshed DevC

Thanks WaltP for the suggestion. After reading a couple of posts made to this forum indicating that DEV-C++ would be amongst the preferred free compilers, I've actually already decided to switch over to it, but it's just a question of when. For now, I'm going to continue using DM only because it's what my instructor has advised us to use (I have to say that I haven't had any issues with it throughtout the course). I'm on the last unit of the (online) class and hope to wrap up the course by the middle of this coming week, so it won't be much longer. Then it's a question of whether or not my system meets the requirements, and if not how $oon I can upgrade it. Thanks again.

For now, I'm going to continue using DM only because it's what my instructor has advised us to use....

I really hate hearing this type of comment. An instructor that can't update his tools seems IMO to not care about his students. The first paragraph of the Digital Mars License Agreement states:

The Software is not generally available software. It has not undergone testing and may contain errors. The Software was not designed to operate after December 31, 1999. It may be incomplete and it may not function properly. No support or maintenance is provided with this Software. Do not install or distribute the Software if you are not accustomed to using or distributing experimental software. Do not use this software for life critical applications.

I question the validity using it in any way simply because of this official statement. Oh well. At least you'll learn something about C/C++ and hopefully can get to a real compiler ASAP.

Best current free compiler/editor for Windows is Microsoft Visual C++ Express linked with the Windows 2003 Platform SDK.

http://msdn.microsoft.com/vstudio/express/visualc/

More standards compliant than older (free) compilers, which is about all that counts for people learning to program.
And if you're using it commercially you might as well pay a bit for a current Intel or Borland compiler (or a more advanced version of Visual Studio).

commented: I kindoff agree [Grunt] +1

Best current free compiler/editor for Windows is Microsoft Visual C++ Express linked with the Windows 2003 Platform SDK.

I disagree. Dev-C++ is probably much more compliant than any M$ compiler. M$ tries to steer the industry too much and 'enhances' the standard without following it as closely as it should. Although when it comes to the current compilers, they are probably all close enough for the student. You probably won't do anything complex enough to stray into weird compiler territory as long as you stick with the C/C++ standards...

I am with Jwenting. I prefer VC2005. I've started hating DEV C++ now. Even Code::Blocks is better than DEV C++.

VEdit is excellent.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.