943,902 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 7274
  • C++ RSS
You are currently viewing page 1 of this multi-page discussion thread
Aug 21st, 2006
1

Want a free compiler for C/C++ under Windows

Expand Post »
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...
Similar Threads
Reputation Points: 13
Solved Threads: 1
Newbie Poster
akadri is offline Offline
6 posts
since Aug 2006
Aug 21st, 2006
1

Re: Want a free compiler for C/C++ under Windows

Compiler list and starting resources.

http://www.daniweb.com/techtalkforums/thread50370.html
Super Moderator
Featured Poster
Reputation Points: 3233
Solved Threads: 719
Failure as a human
~s.o.s~ is offline Offline
8,871 posts
since Jun 2006
Aug 21st, 2006
2

Re: Want a free compiler for C/C++ under Windows

Quote originally posted by akadri ...
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.
Team Colleague
Reputation Points: 186
Solved Threads: 8
Team Member - aka kaynine
aeinstein is offline Offline
643 posts
since May 2002
Aug 22nd, 2006
1

Re: Want a free compiler for C/C++ under Windows

Click to Expand / Collapse  Quote originally posted by aeinstein ...
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
Moderator
Reputation Points: 3278
Solved Threads: 892
Posting Sage
WaltP is offline Offline
7,729 posts
since May 2006
Aug 27th, 2006
1

Re: Want a free compiler for C/C++ under Windows

Click to Expand / Collapse  Quote originally posted by WaltP ...
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.
Team Colleague
Reputation Points: 186
Solved Threads: 8
Team Member - aka kaynine
aeinstein is offline Offline
643 posts
since May 2002
Aug 27th, 2006
1

Re: Want a free compiler for C/C++ under Windows

Click to Expand / Collapse  Quote originally posted by aeinstein ...
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:
Quote ...
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.
Moderator
Reputation Points: 3278
Solved Threads: 892
Posting Sage
WaltP is offline Offline
7,729 posts
since May 2006
Aug 27th, 2006
2

Re: Want a free compiler for C/C++ under Windows

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).
Last edited by jwenting; Aug 27th, 2006 at 5:10 am.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Aug 27th, 2006
0

Re: Want a free compiler for C/C++ under Windows

Click to Expand / Collapse  Quote originally posted by jwenting ...
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...
Moderator
Reputation Points: 3278
Solved Threads: 892
Posting Sage
WaltP is offline Offline
7,729 posts
since May 2006
Aug 27th, 2006
1

Re: Want a free compiler for C/C++ under Windows

I am with Jwenting. I prefer VC2005. I've started hating DEV C++ now. Even Code::Blocks is better than DEV C++.
Reputation Points: 197
Solved Threads: 12
Junior Poster
Grunt is offline Offline
147 posts
since Jul 2006
Aug 27th, 2006
1

Re: Want a free compiler for C/C++ under Windows

Hi all,
I'm using Dev-C++ but it's editor is not efficient.So,I use Notepad2 which is the best syntax highlighter around.
http://www.flos-freeware.ch/notepad2.html
Reputation Points: 55
Solved Threads: 11
Junior Poster
mostafadotnet is offline Offline
157 posts
since Jul 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: char * = "string" and strcpy = SegFault?
Next Thread in C++ Forum Timeline: How to extract a substring from a char*





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC