delorie.com/archives/browse.cgi | search |
From: | Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: standard libraries |
Date: | Wed, 10 May 2000 23:47:54 +0100 |
Organization: | Customer of Planet Online |
Lines: | 21 |
Message-ID: | <40pjhs4dr3o2g8ueuu7s5k1u7v8ual5m6u@4ax.com> |
References: | <3919f44a DOT 104678014 AT news DOT latech DOT edu> |
NNTP-Posting-Host: | modem-117.plutonium.dialup.pol.co.uk |
Mime-Version: | 1.0 |
X-Trace: | news8.svr.pol.co.uk 957998917 8727 62.136.66.245 (10 May 2000 22:48:37 GMT) |
NNTP-Posting-Date: | 10 May 2000 22:48:37 GMT |
X-Complaints-To: | abuse AT theplanet DOT net |
X-Newsreader: | Forte Agent 1.7/32.534 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
jdo005 AT spamblockerbeta DOT latech DOT edu wrote: > I'm still pretty new to C++(6months into it). My current problem is > that I need a string class, and my textbook says there is one in > <string.h> but I've looked in \include\string.h & strings.h but I > found no classes, only functions and references to something called <string.h> is for the C string functions. The header <string> declares the C++ string classes. > header files so I know whats in them if not. Lastly, is there a > place that has a list of all the standard libraries and what they > contain (assuming info doesn't already do this). Do a web search and/or get a good book: http://www.cerfnet.com/~mpcline/c++-faq-lite/how-to-learn-cpp.html http://www.accu.org/bookreviews/public/reviews/0sb/beginner_s_c__.htm You can also get help in alt.comp.lang.learn.c-c++, comp.lang.c and comp.lang.c++
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |