~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
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.
aeinstein
Team Member - aka kaynine
645 posts since May 2002
Reputation Points: 186
Solved Threads: 8
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
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.
aeinstein
Team Member - aka kaynine
645 posts since May 2002
Reputation Points: 186
Solved Threads: 8
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.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
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).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
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 tosteer 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...
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944