"Saeed Amrollahi" wriote:
I think Accelerated C++ by Koenig and Moo is good for a beginner. The
authors teach Standard C++ in a good way. The C++ Programming Language
(Special edition) by Stroustrup is the main reference for C++. C++
Primer by Lippman et al. is good too. At last I suggest
the C++ FAQ Lite by Cline et al. Sometimes it is very helpful when you
encounter problem. you can access the book via the following
link:
http://parashift.com/c++-faq-lite
Many readers will follow that link and think they have found the text of the
book, they have not. I recommend buying the *hard copy* of the book. That
may have been what you meant. The following extract is from the preface to
faq-lite
---- quote ---
At last count, the C++ FAQ Book is 500% larger than the C++ FAQ Lite.
Bottom line: the book and this Lite document are not the same. The book is
both broader and deeper - it covers subjects that aren't covered in this
Lite document, and it covers subjects in more detail than this Lite
document.