wScott
- 87
- 0
Anybody have a link to a good site that'll teach me some of the MS C++, and is it the same as C++?
Microsoft Visual C++ (MSVC++) is a C++ compiler that includes specific extensions and deviations from the C++ standard. While learning standard C++ will generally apply to MSVC++, users should be aware of its unique features, such as historical limitations on member templates and modifications to the valarray design. Visual Studio, the integrated development environment (IDE) for MSVC++, offers various Microsoft application frameworks that are tailored for Windows development.
PREREQUISITESSoftware developers, particularly those working with Windows applications, C++ programmers seeking to understand MSVC++ specifics, and anyone interested in leveraging Microsoft’s development tools for application development.