Differences between vc 6.0 and vc 7.0



Differences between vc 6.0 and vc 7.0..

Answer / vasanth

Visual C++ 6.0 (commonly known as VC6), which included MFC
6.0, was released in 1998[15]. The release was somewhat
controversial since it did not include an expected update
to MFC. Visual C++ 6.0 is still quite popular and often
used to maintain legacy projects. There are however issues
with this version under Windows XP, especially under the
debugging mode (ex: the values of static variables do not
display). The debugging issues can be solved with a patch
called the "Visual C++ 6.0 Processor Pack" downloadable
from http://msdn2.microsoft.com/en-
us/vstudio/aa718349.aspx; This page stresses that Users
must also be running Windows 98, Windows NT 4.0, or Windows
2000.'

Visual C++ .NET 2002 (known also as Visual C++ 7.0), which
included MFC 7.0, was released in 2002 with support for
link time code generation and debugging runtime
checks, .NET 1.0 and Visual C# and Managed C++. The new
user interface used many of the hot keys and conventions of
Visual Basic, which accounted for some of its unpopularity
among C++ developers.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

Is visual c++ still used?

0 Answers  


What is the difference between Boxing and Unboxing in C#

1 Answers  


How will slove problem comes wirh Hybrid Inheritance?

1 Answers   Microsoft,


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


Explain the significance of initapplication() in vc++.

0 Answers  






Where can I find microsoft visual c++?

0 Answers  


What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


Name the most commonly used wizards?

2 Answers  


I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  


What is the use of message map? Advantages of a message map.

0 Answers  


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is visual c++ redistributable?

0 Answers  


Categories