Is there a solid manual or tutorial for Visual C++? I'm not talking about learning C++. I use it with another non-MS C++.
The only thing that comes close to explaining how the IDE works is Walkthrough: Working with Projects and Solutions (C++). It steps through the process of creating code for a card game. It has a few explanations that are difficult to understand,
which have stumped me from completing the game. It would be good if other such Walkthroughs existed.