C/C++ Microsoft Visual C++ / Tutorial

AI Thread Summary
Resources for learning Microsoft C++ (MSVC++) are sought after, with clarification that MSVC++ includes a C++ compiler that deviates from the standard in certain areas while also extending it. Notably, member templates were previously not allowed, although this may have changed. The design of valarray has also been addressed by Microsoft. Learning standard C++ will generally apply when using MSVC++. Visual Studio offers various Microsoft application frameworks that are specific to Windows, often accompanied by complex acronyms.
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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top