Microsoft Visual C++ / Tutorial

  • Context: C/C++ 
  • Thread starter Thread starter wScott
  • Start date Start date
  • Tags Tags
    C++ Tutorial Visual
Click For Summary
SUMMARY

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.

PREREQUISITES
  • Understanding of C++ programming language
  • Familiarity with Microsoft Visual Studio IDE
  • Knowledge of C++ compiler behavior and standards
  • Awareness of Windows-specific application frameworks
NEXT STEPS
  • Explore the latest features and updates in MSVC++ 2023
  • Learn about C++ member templates and their implementation in MSVC++
  • Investigate the design changes to valarray in MSVC++
  • Study the Microsoft application frameworks available in Visual Studio
USEFUL FOR

Software 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.

wScott
Messages
87
Reaction score
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++?
 
Technology news on Phys.org
MSVC++ includes a C++ compiler. The compiler deviates from the standard in places, extends it in others. For example, it used to not allow member templates; MS may have fixed it. They also made an attempt to fix valarray's design, er, features.

If you learn C++, it will by and large work with MSVC++.

Visual Studio incudes various MS application frameworks packaged and repackaged under a blizzard of PHB-dazzling acronyms. Their frameworks and app. libs are Windows specific.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
Replies
4
Views
4K
Replies
69
Views
11K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K