Information AboutVisual C |
| CATEGORIES ABOUT VISUAL C | |
| integrated development environments | |
| c compilers | |
| microsoft visual studio | |
| c plus plus | |
| microsoft development tools | |
Microsoft Visual C++ (also known as '''MSVC''') is an Integrated Development Environment (IDE) product engineered by Microsoft for the C , C++ , and C++/CLI Programming Language s. It has tools for Developing and Debugging C++ code, especially that is written for the Microsoft Windows API , the DirectX API, and the Microsoft .NET Framework. FEATURES Visual C++ has 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++ was called Microsoft C/C++ .
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++ 2005 EXPRESS 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 were 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. However, the Visual C++ 2005 SP1 Redistributables are not included and could not be downloaded from Microsoft. As Microsoft says, "Once an application is rebuilt with Visual C++ 2005 Service Pack 1, it will need the Visual C++ 2005 Service Pack 1 version of the Visual C++ libraries during runtime."1 Thus, an executable compiled using default options (dynamic linking) in Visual C++ 2005 Express SP1 could not be deployed to PC's that do not have Visual C++ 2005 Express SP1 installed. This problem was solved in April 2007, when Visual C++ 2005 SP1 Redistributable Package became available on Microsoft's website.2 64-BIT Visual Studio 2005 Standard and Professional editions have X64 compiler support, and Visual Studio 2005 Team System supports IA-64 and X64 . 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 wanted the 64-bit versions of the Visual C++ .NET 2003 libraries (which are no longer available), they were supposed to contact libs7164@microsoft.com. REFERENCES EXTERNAL LINKS
|
|
|