I'm completely new to any C++ and haven't even tried it yet. I only know Visual Basic 6.0 at the moment (I want to move onto C++)
What version is the best for learning and then programming in the C++ language? 6.0 or .NET?
'Visual C++ 6.0' or 'Visual C++ .NET' ???
Started by Nilhanth, Feb 06 2005 09:06 PM
5 replies to this topic
#1
Posted 06 February 2005 - 09:06 PM
#2
Posted 06 February 2005 - 09:20 PM
get the .NET version. It comes with a (apparently 99% ) standards compliant compiler. So if you can get either of the two, definetly go for the 2003 version (ie, vc 7.1, ie: vc.NET)
Or you can of course get the free dev-cpp ide+gcc compiler. -> http://www.bloodshed.net
Or you can of course get the free dev-cpp ide+gcc compiler. -> http://www.bloodshed.net
- TripleBuffer
- Me blog
- Me blog
#3
Posted 06 February 2005 - 09:20 PM
for learning it won#t matter. get the compiler you can get for free or the least amount of money. also you should notice that microsoft is not the only producer of c++ compilers. the gnu compiler for example is free and is at least at par in performance.
If Prolog is the answer, what is the question ?
#4
Posted 07 February 2005 - 11:10 AM
ok cheers guys!
I'll use the Visual Studio .NET 2003 version (my mate got it cheap! :D )
Recommend any good learning sources? (books, etc....)
I'll use the Visual Studio .NET 2003 version (my mate got it cheap! :D )
Recommend any good learning sources? (books, etc....)
#5
Posted 07 February 2005 - 04:58 PM
c++ by deitel and deitel is how i started with c++, teaches you the core language and techniques pretty nicely. After that, you should get a c++ concepts book like modern c++ design by andrei alexadrescu (that guy is awsome) or effective c++ by Mike myers. Actually, effective c++ should probably be read before modern c++ design.
- TripleBuffer
- Me blog
- Me blog
#6
Posted 11 February 2005 - 01:59 PM
Nilhanth said:
No doubt, the .NET version is the future. Just had to say, moving from 6 to net, you'll experience a quite noticable increase in compile times :(
To, partly, solve this, download 'fast solutionbuilder'
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












