Next Previous Contents
There are MORE THAN ONE MILLION online articles/textbooks/reference guides on C++ language. That is because C++ is used extensively for a very long period of time. You can find them using the Internet search engines like Google, Yahoo, Lycos, Excite etc..
- "C++ Annotations" online book main site: Annotations better site : mirror-site
- "Teach Yourself C++ in 21 days" online textbook Teach C++
- C++ Textbook by Bruce Eckel Thinking in C++
- C++ Open books: Panorama and click on Open Books.
- "Who's Afraid of C++?" online textbook: Steveheller
- "Introduction to Object Oriented Programming" an ebook C++ OOP
- C++ in Hypertext C++ Hypertext
- Object Oriented Systems OOP article
- C++ Language Reference from cplusplus.com http://www.cplusplus.com/ref
- C++ Documentation from cplusplus.com http://www.cplusplus.com
- Common C++ Pitfalls to be avoided http://www.horstmann.com/cpp/pitfalls.html
- Porting C++ to Java PortingC
- C/C++ Journals UtahJournals
- Yahoo C++ category site CCyahoo
- C Library Reference Guide c_guide
- Online textbooks C++/Java FreeLib
Java books which will be useful for C++ programmers:
- Great Web reference site WebRef
- Many Java books JBooks
- Intro to Java V3.0 JavaNotes mirror JavaNotes
- Web Library: http://www.itlibrary.com
- Thinking in Java: Thinking Java
- John Hopkins Univ - Java resources Hall
- online Java tutorial Chortle
- Practical guide for Java SunBooks
- Java Soton
Visit the following C++ sites :-
- C++ STL basic string class documentation is at http://www.sgi.com/tech/stl/basic_string.html.
- See the section STL References
- C++ Crash-proof site http://www.troubleshooters.com/codecorn/crashprf.htm
- C++ Memory site http://www.troubleshooters.com/codecorn/memleak.htm
- GNU Main site http://www.gnu.org and gnu C++ site at http://gcc.gnu.org
- AS University C++ Standard String class http://www.eas.asu.edu/~cse200/outline
- Java JString for C++ http://www.mike95.com/c_plusplus/classes/JString/JString_cpp.asp
- C++ Language Reference http://www.msoe.edu/~tritt/cpplang.html
- C++ Program examples and samples http://www.msoe.edu/~tritt/cpp/examples.html
- Neil's C++ stuff http://www.cyclone7.com/cpp
Internet has vast amounts of documentation on C++. Visit the search engines like Google, Yahoo, Lycos, Infoseek, Excite. Type in the keywords 'C++ tutorials' 'C++ references' 'C++ books' . You can narrow down the search criteria by clicking on Advanced search and select search by exact phrase
- http://www.google.com
- http://www.yahoo.com
- http://www.lycos.com
- http://www.infoseek.com
- http://www.excite.com
- http://www.mamma.com
There are many on-line tutorials available on internet. Type 'C++ tutorials' in the search engine.
- C++ Tutorial http://www.xploiter.com/programming/c/index.shtml
- Cplusplus.com Tutorial http://www.cplusplus.com/doc/tutorial
- C++ Tutorial IISc, India http://www.csa.iisc.ernet.in/Documentation/Tutorials/StyleGuides/c++-style.html
- C++ Tutorial Brown Univ http://wilma.cs.brown.edu/courses/cs032/resources/C++tutorial.html
- C++ Tutorial http://home.msuiit.edu.ph/~ddd/tutorials/cpp/cpplist.htm
- C++ Tutorial IOstreams http://osiris.sunderland.ac.uk/~cs0pdu/pub/com365/Sched3/iocpp.html
- Bird's eye view of C++ URLs (about 153 url links) http://www.enteract.com/~bradapp/links/cplusplus-links.html
- This URL: http://www.snippets.org portable C code contains over 360 files.
- Mathtools at http://www.mathtools.net is a technical computing portal for all scientific and engineering needs. The portal is free and contains over 20,000 useful links to technical computing programmers, covering C/C++, Java, Excel, MATLAB, Fortran and others.
Type 'C++ Reference' in the search engine.
- C++ quick ref http://www.cs.jcu.edu.au/~david/C++SYNTAX.html
- C++ Standard Library Quick Reference http://www.halpernwightsoftware.com/stdlib-scratch/quickref.html
- C++ STL from halper http://www.halpernwightsoftware.com/stdlib-scratch/quickref.html
Visit the following sites for Java like API for C++
- Java utils in C++ http://www.pulsar.org/users/ej/archive/oop
- PhD Thesis book Java API in C++ http://www.pulsar.org/archive/phd/ejphd
Next Previous Contents