"katyusha" <milon87@[EMAIL PROTECTED]
> wrote in message
news:47ce5c11-4ab9-4669-9734-4e32191f71c5@[EMAIL PROTECTED]
> Can somebody refer me to to a good text on c++ ????
:-) Keep your hat on, it's not really so exciting/urgent that it needs
"!!!!" Save that sort of thing for when you've accidentally set your
curtain
on fire with a candle (someone at my university did this recently,
incidentally).
Ok, the jokey answer to your question is "yes", as has been proved by the
several people who have already replied. More helpfully, though, here are
a
few good C++ books I've found helpful in the past. You haven't said what
you
want them for, so I've made a comment about each of them to help you out.
C++ Primer, Lippman and Lajoie, Third Edition (General text on the
language)
The C++ Standard Library, Josuttis (A book on the libraries rather than
the
language itself)
Effective C++, Meyers (A book of language tips on how to code well)
More Effective C++, Meyers (Ditto)
Effective STL, Meyers (A book of library tips on how to code well)
Exceptional C++, Sutter (A book of C++ puzzles to improve your coding)
More Exceptional C++, Sutter (Ditto)
C++ Templates, Vandevoorde and Josuttis (A book specifically on the
template
stuff in C++)
The C++ Programming Language, Stroustrup (The book by the guy who designed
the language)
Hope that helps,
Stu


|