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.
Supported Operating Systems:
o Windows Vista (x86 and x64) with Service Pack 2 or later (all editions except Starter Edition)
o Windows 7 (x86 and x64)
o Windows Server 2003 (x86) with Service Pack 2 or later (all editions)
o Windows Server 2003 R2 (x86) or later (all editions)
o Windows Server 2008 (x86 and x64) with Service Pack 2 or later
o Windows Server 2008 R2 (x64)
o Windows XP (x86) with Service Pack 3 (all editions except Starter Edition)
Supported Architectures:
o 32-Bit (x86)
o 64-Bit (x64)
Size: 4.83 MB
Download Visual C++ 2010 SP 1 x86
Download Visual C++ 2010 SP 1 x64
Download Visual C++ 2010 SP 1 ia64
Download Visual C++ 2010 Redistributable x86
Download Visual C++ 2010 Redistributable x64

Post a Comment