Should I upgrade from Visual C++ 5.0?

bupkus

Diamond Member
Nov 25, 2000
3,816
0
76
I was thinking of learning a MSoft tool for a project coming up and while exploring the new stuff I found this CD for VC++ 5.0 Enterprise Edition.
Is this product obsolete or a useful tool to learn from?

 

Spydermag68

Platinum Member
Apr 5, 2002
2,616
99
91
VC++ 5 is out of date. There has been so many improvments in VC++.Net just in the implementaion of the basic C++ that it is would be advisable to pick up a the latest and greatest version.
 

zephyrprime

Diamond Member
Feb 18, 2001
7,512
2
81
Even if you don't use .net, at least use 6.0. There have been many changes as Spydermag68 mentioned. But if you're going be exerting yourself, might as well only spend time learning the most modern skills and go with .net.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If you need VC get .NET, C++ support is greatly improved.

If you just need a decent C++ compiler see if gcc will do what you need, it's Free and takes nowhere near the 2G space that VS.NET does =)
 

bupkus

Diamond Member
Nov 25, 2000
3,816
0
76
I don't need any particular tool.
I just want to select a tool that will take me the furthest into the future of programming.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I just want to select a tool that will take me the furthest into the future of programming.

Again, highly dependent on where you want to go in programming. I'm sure a some would argue that Java would be better than C++.

I'm a Linux user so I'm biased towards gcc, vi and gdb as a programming environment, I think VC is about 200x as big as it needs to be.