I am looking for websites/books which teach C++ in visual studio 2008 THanks
Asked
Active
Viewed 243 times
1
-
1There's not the slightest need to tie perfectly good language teaching material to a particular version of a particular IDE that only works on a particular platform. A good C++ book and some other resource for the little you need to know to get started with the IDE (even a two pages online tutorial can contain everything you'll need in the next months) should be a better combination. – May 22 '11 at 21:20
2 Answers
2
Please see
Also, Visual Studio is only an environment that you use to program in. You can read any book on C++.
2
For C++ using Visual Studio, the obvious site would be MSDN itself. Go through these:
Nawaz
- 341,464
- 111
- 648
- 831