In Brief

  • Visual C++ is an integrated development environment that includes a compiler, editor, debugger, and other tools.

  • Applications written in standard C++ will compile in Visual C++.

  • Managed applications written in Visual C++ .NET make extensive use of language extensions, which are keywords starting with double underscores.

  • Developers can create garbage-collected classes in Visual C++ if the classes meet a list of restrictions, and save the trouble of managing memory allocated for those classes.

  • Developers can create unmanaged classes if that is preferable.

  • Managed classes can expose properties that make code simpler to read and to write while retaining the benefits of encapsulation.



Microsoft Visual C++. NET 2003 Kick Start
Microsoft Visual C++ .NET 2003 Kick Start
ISBN: 0672326000
EAN: 2147483647
Year: 2002
Pages: 141
Authors: Kate Gregory

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net