|
-
May 31st, 2002, 05:05 AM
#1
Thread Starter
New Member
Which C++ versions is better?
Hi guys,
i'm just new to programming in c/c++
i'm just confused with the versions in c++,
Microsoft has visual c++ & borland has c++
what's the difference between this two and which of this would you recommend in developing programs? 
i'm really a newbie
-
May 31st, 2002, 06:16 AM
#2
Lively Member
...
I personally like Dev C++ (which is free) and you can get it here:
www.bloodshed.com. As far as Mircosoft vs. Borland I think your better off going with Microsoft's Visual C++.
-
May 31st, 2002, 10:00 AM
#3
Thread Starter
New Member
thanks for the advice, i appreciate it a lot
-
May 31st, 2002, 10:30 AM
#4
Frenzied Member
Please note that those things mentioned aren't versions of C++, but C++ compilers...
I think more and more compilers are getting more towards the C++ standard, and therefore it's a good idea to make extensive use of the standard library to make sure your code is portable between compilers
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
May 31st, 2002, 11:33 AM
#5
Monday Morning Lunatic
Re: ...
Originally posted by slx47
I personally like Dev C++ (which is free) and you can get it here:
www.bloodshed.com. As far as Mircosoft vs. Borland I think your better off going with Microsoft's Visual C++.
That's the GNU compiler, right?
Basically the big three are GCC (GNU Compiler Collection), Microsoft, and Borland.
GCC3 is the most compliant, and IMNSO the best compiler out there, followed (very!) closely by VC++ 7.0. I think the free Borland one is lagging behind a tad.
Last I heard, it wasn't really possible to get GCC3 working well on a non-Unix system
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 31st, 2002, 02:46 PM
#6
Frenzied Member
Originally posted by Jop
Please note that those things mentioned aren't versions of C++, but C++ compilers...
lets put this in the faq.....its always being asked
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|