regarding C++ standard library

A

arnuld

Hello,

i posted this question more than 1 month ago but did not get
any answers, so i am posting it again (1). with advice form archives @
alt.comp.lang.learn.c-c++, comp.lang.c++, comp.lang.c++.moderated &
ACCU.org & i came to the following conclusion for learning c++:


"Accelerated C++" by Koenig & Moo

"C++ Primer" 3/e by LIPPMAN & Lajoie.

"STL Tutorial and Reference Guide" 2/e by David Musser & Atul Saini

"The C++ Standard Library: A Tutorial and Reference" by Nicolai M.
Josuttis

"TC++PL" 3/e by Bjarne Stroustrup


"Accelerated C++", "C++ Primer" 4/e & "The C++ Standard Library: A
Tutorial and Reference" by Nicolai M. Josuttis are not available in
INDIA. so i can not buy. (i wasted all the money i had by trusting
false reviews of amazon.com. books outside INDIA are very expensive
e.g. TC++PL 3/e costs 650 INR (INdian Rupees) where at amazon it costs
more than 4000 INR, hence not able to buy.

(MY experience: Common Lisp @ www.gigamonkeys.com/book)

PROBLEM: C++ standard Library.

HACKER principle: do not reinvent the wheel. always use what was
already built.

so i am going to follow this principle. i will use what is available in
C++ Standard Library & STL.

Musser & Saini's book is specifically for STL which is a only part of
Standard Library. what about Standard Library itself?

i mean which book for Standard Library? is TC++PL 3/e by stroustrup is
good for that (after C++ Primer & Musser)? or something else.


-- arnuld

(1) today i tried to post it at comp.lang.c++.moderated but i think th
emoderator discarded it as it did not appear.
 
V

Victor Bazarov

arnuld said:
[...]
Musser & Saini's book is specifically for STL which is a only part of
Standard Library. what about Standard Library itself?

i mean which book for Standard Library? is TC++PL 3/e by stroustrup is
good for that (after C++ Primer & Musser)? or something else.

The only comprehensive book I know on the C++ _Standard_Library_ (and
not just STL) is by N. Josuttis. Get it and use it. You might want
to also look for a decent C Standard Library book, since the C++ SL
includes the C SL.

V
 

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

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top