Diff b/w visual c++ 6.0 visual C++.net

  • Thread starter Thread starter mujeebrm
  • Start date Start date
M

mujeebrm

hello everyone,

wat is the difference b/w vc++6.0 & vc++.net?

thanx,

_MrM_
 
Hi mujeebrm!
wat is the difference b/w vc++6.0 & vc++.net?

In short:
- Support for VC6 has ended
- VC7(.1) is newer than VC6
- VC7(.1) is not C++ standard caompliance
- VC7(.1) can create managed code

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
wat is managed code?

thanx,

_MrM_
Jochen Kalmbach said:
Hi mujeebrm!


In short:
- Support for VC6 has ended
- VC7(.1) is newer than VC6
- VC7(.1) is not C++ standard caompliance
- VC7(.1) can create managed code

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
- VC7(.1) is not C++ standard caompliance

Uhm, it's a lot more compliant than VC6 was!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top