Click to See Complete Forum and Search --> : need c++ libraries


flynnwallace
01-29-2001, 02:15 AM
I am getting back into c++ programming and now have a delima. I need the full list of standard c++ libraries (iostream.h, math.h, etc). Can anyone give me a book or a website that lists them and how to use them. I'm short of funds so any free sources would help as well.

Flynn

Strike
01-29-2001, 04:36 AM
Supposedly a good book (http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0201379260&vm=c)

Snipped from a plaintext HOWTO:
12. C++ Online Textbooks and Docs


· "C++ Annotations" online book main site:
<http://www.icce.rug.nl/docs/cplusplus> better site :
<http://www.physik.tu-muenchen.de/cip-
tutorials/Documents/c++-annotations/cplusplus.html>

· "Teach Yourself C++ in 21 days" online textbook
<http://guides.oernii.sk/c++/index.htm>

· "Effective C++" online textbook
<http://electra.lbl.gov/stuff/EffectiveCPP/EC/E.HTM>

· "C++ Online" Textbook <http://www.bruceeckel.com/DownloadSites>

· C++ Open books: <http://www.softpanorama.org/Bookshelf/cpp.shtml>
and click on Open Books.

· "Who's Afraid of C++?" online textbook
<http://www.steveheller.com/whos>

· "Introduction to Object Oriented Programming" an ebook
<http://www.gnacademy.org/uu-gna/text/cc/Tutorial/tutorial.html>


· Porting C++ to Java <http://www.ibm.com/java/education/portingc>

· C/C++ Journals
<http://www.math.utah.edu/pub/tex/bib/toc/cccuj.html>

· Yahoo C++ category site
<http://dir.yahoo.com/Computers_and_Internet/Programming_Languages/C_and_C__/C__>

· C Library Reference Guide
<http://www.acm.uiuc.edu/webmonkeys/book/c_guide/index.html>

· Online textbooks C++/Java <http://www.informit.com/free_library>

fow99
01-31-2001, 10:17 AM
>> · "Effective C++" online textbook
>><http://electra.lbl.gov/stuff/EffectiveCPP/EC/E.HTM>


this is a good book but the link you've given needs authority. What to do?

flynnwallace
01-31-2001, 03:24 PM
Tks fow99. I found a way to get that book you gave the address for. If you goto the main site and then then stuff directory get the pdf of the book.

Flynn