Microsoft Visual C++ / Tutorial

  • Context: C/C++ 
  • Thread starter Thread starter wScott
  • Start date Start date
  • Tags Tags
    C++ Tutorial Visual
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
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++?
 
Physics 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.