Answer the question
In order to leave comments, you need to log in
What are some Visual Studio books with C++ examples?
Studied the C++ programming language and practiced creating console applications along the way. Having reached a certain level of knowledge, I decided to master some serious tool (IDE) for writing applications with a graphical interface. I chose Microsoft Visual Studio and was going to study this development environment in more detail.
When searching for books (in Russian), I found that almost all authors teach how to work in Visual Studio with code examples in C# or VB. But I don't need it! I would like to reveal for myself all the subtleties of working with this environment using examples made in C ++. From what I've found: Ivor Horton - Visual C++ 2010, but it doesn't say much about how to work with the environment and the 2010 version is already considered obsolete.
What are some good books on learning how to use Microsoft Visual Studio with C++ code examples?
Answer the question
In order to leave comments, you need to log in
If you know the language - why do you need another book on the language?
The book is really not needed. Look for articles on points that you are having difficulty. Debugging, connecting libraries... Individually, everything can be easily found.
I decided to master some serious tool (IDE) for writing applications with a graphical interface. I chose Microsoft Visual Studio and was going to study this development environment in more detail.
Why do you need a book? To master any IDE or program, you just need practice. I will tell you from my own experience, I studied C ++ for half a year, now I am developing a game, I have not used more than half of the VS functions because they are narrowly focused. Practice and in a week you will calmly use the functions that you will need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question