Information AboutVisual C |
|
Microsoft Visual C++ (also known as '''MSVC''') is an Integrated Development Environment (IDE) product for the C , C++ , and C++/CLI Programming Language s engineered by Microsoft . It has tools for Developing and Debug ging C++ code, especially that written for the Microsoft Windows API , the DirectX API, and the Microsoft .NET Framework. FEATURES Visual C++ boasts advanced features such as Syntax Highlighting , IntelliSense (a coding autocompletion feature) and advanced debugging functionality. For example, it allows for remote debugging using a separate computer and allows debugging by stepping through code a line at a time. The "edit and continue" functionality allows changing the source code and rebuilding the program during program debugging, without restarting the debugged program. The compile and build system feature, precompiled header files, "minimal rebuild" functionality and incremental link: these features significantly shorten turn-around time to edit, compile and link the program, especially for large software projects. HISTORY The predecessor to Visual C++ Professional Edition was called the Microsoft C/C++ Professional Development System. The equivalent to today's Standard Edition was known as Microsoft QuickC.
CURRENT EDITIONS There are four versions of Visual C++ available:
Visual C++ is included in Visual Studio. Microsoft Visual C++ 2005 Express is available as a free download at the MSDN site. VISUAL C++ EXPRESS 2005 See Also: Visual C++ Express This Microsoft Visual C++ (or Visual C++ 8.0) is available in two flavors: as a part of Microsoft Visual Studio 2005 , and as a standalone "Express Edition" product. Both should be available for MSDN subscribers and are released officially in October of 2005. Microsoft Visual C++ 2005 Express Edition is available from the Microsoft Developer Network (MSDN) web site as a free download. 64-BIT Visual Studio 2005 Professional+ supports X64 , and Visual Studio 2005 Team System supports IA-64 . Before Visual C++ 2005 was released, programmers were supposed to get the Platform SDK if they wanted to write 64-bit programs. That included the 64-bit compilers and the 64-bit versions of the Visual C++ 6.0 libraries. If they want the 64-bit versions of the Visual C++ .NET 2003 libraries, they were supposed to contact libs7164@microsoft.com. EXTERNAL LINKS
> |
|
|