473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

regarding C++ standard library

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.

Jul 23 '06 #1
3 1637
arnuld wrote:
[...]
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
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jul 23 '06 #2
In article <11**********************@m73g2000cwd.googlegroups .com>,
"arnuld" <ar*****@gmail.comwrote:
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.
I have found
<http://www.dinkumware.com/manuals/#Standard%20C++%20Libraryto be very
valuable.
Jul 23 '06 #3
I have found
<http://www.dinkumware.com/manuals/#Standard%20C++%20Libraryto be very
valuable.
WOW!, that is really great but its digital copy.

i was looking for a hardcopy i.e. a book. my experience says if the
source is same then there is really a big difference in learning it
online & offline & latter is much better.

"arnuld"

Jul 24 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Rakesh | last post by:
Hi, I was writing this C++ program wherein I used an include statement like - #include <iostream.h> I was told by my co-worker that this form of including a file is deprecated and should...
0
by: Paul Hsieh | last post by:
"Paul D. Boyle" <boyle@laue.chem.ncsu.edu> wrote: > There was a recent thread in this group which talked about the > shortcomings of fgets(). I decided to try my hand at writing a > replacement...
5
by: apandapion | last post by:
I'm working with csharp and .net for the first time, and I've had a fair amount of luck. I started with the MSDN "Walkthrough : Creating a Distributed Application" tutorial and expanded from...
4
by: Sreekanth | last post by:
Hi all, I have implemented a timing out version of fgets function call. I am pasting the entire code below. I have following doubts: 1. The code which I have written does it follow standard C...
13
by: Vijay | last post by:
Hi All, I am learning C++ and have one question. Using free or delete we can release the memory. After releasing memory where this released memory will go.. Does it go to back operating...
9
by: KarlM | last post by:
After reading some articles regarding confuguration data I'm a bit confused. Where is the right place for storing configuration data? - XML-files? - registry? - INI-files? (from a users point...
1
by: manish23 | last post by:
Hi I am trying to parse an xml document with the following header <?xml version="1.0" encoding="utf-8"?> I am using SAXParser to parse th file as shown in code below: SAXParser sax; ...
13
by: sam_cit | last post by:
Hi Everyone, I was looking at the function prototype of malloc() function in stdlib.h and i found that to be, void *malloc(size_t size); so what is size_t is it a pre-defined typedef to...
3
by: Hussein B | last post by:
Hey, Is the standard library of Python is compiled (you know, the pyc thing)? Is it allowed to edit the source code of the standard library? I'm not talking about submitting the modified code to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.