Microsoft Visual C++ / Tutorial

  • Context: C/C++ 
  • Thread starter Thread starter wScott
  • Start date Start date
  • Tags Tags
    C++ Tutorial Visual
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K 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.