good visual studio book

Associate
Joined
18 Oct 2002
Posts
397
Hi all,
im looking for a good book to start to learn to program in visual studio (c++ / c#) I can program VBA and Python but want to learn something a bit more advanced.

any recommendations?

thanks

Stu
 
I'm a little confused what you actually want here.
Visual Studio is a development environment.
C++ and C# are languages, neither of which need to be coded in Visual Studio (though C# generally is) and are both pretty different from each other.

What exactly do you want to learn?
 
^ Agree with the above. VS is a tool, not a language.

If you want to learn a language google for some good basic tutorials. There's nothing a book will teach you that isn't already online.
 
Back
Top Bottom