Book reccommendation

Next question, can anyone reccommend a learning book for a beginner to C++ AND Visual C++ .NET ?

harry

Stan Lippman’s C++ Primer is very good, but not VC++ specific,
awprofessional.com/bookstore … 24701&rl=1

– Fons

The best C++ book (except ISO IEC 14882, which is not for beginner :slight_smile: )is “The C++ Programming Language” by Bjarne Stroustrup (3rd edition or special edition).

Hi,
not a book but good ref.
cplusplus.com/

Regards. Valeriy

Accelerated C++
Practical Programming by Example
is a very good introductory book which takes a practical approach to learning C++ and covers a much wider scope of C++ progamming than usual.

Cheers,
Philippe.

Hi,
just another bunch of books (including for beginners)
oopweb.com/CPP/Files/CPP.html

Regards. Valeriy