Help required!!!!

G

gnuyuva

Can somebody refer me to to a good text on c++ ????

Just a note: Its better if you search archives before posting.
[Make it a habit].

Try "Accelerated C++" by Koenig and Moo.
 
D

Daniel T.

katyusha said:
Can somebody refer me to to a good text on c++ ????

Do you know anything about programming at all? Do you know C already?

Someone else already recommended "Accelerated C++", there is also "You
Can Do It!: A Beginners Introduction to Computer Programming" by our own
Francis Glassborow.
 
S

Stuart Golodetz

katyusha said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,176
Messages
2,570,947
Members
47,499
Latest member
DewittK739

Latest Threads

Top