|
-
How to Think Like a Computer Scientist [C++ Advanced Placement Version] [Allen B. Downey]
- The goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathematics, Engineering, and Natural Science.
URL: http://www.andamooka.org/reader.pl?clid=588
|
2. |
-
Base Operating System and Extensions Technical Reference, Volume 1 [bessel functions]
- This edition of AIX Version 4.3 Technical Reference: Base Operating System and Extensions Volume 1 applies to the AIX Version 4.3
URL: http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf1/toc.htm
|
3. |
-
Programming in C++, Rules and Recommendations
- The purpose of this document is to define one style of programming in C++. The rules and recommendations presented here are not final, but should serve as a basis for continued work with C++.
URL: http://www.doc.ic.ac.uk/lab/cplus/c++.rules/
|
4. |
-
C++ Bookmarks at Meome.de
- Good set of links for C++ resources.
URL: http://www.meome.de/app/de/portal_bookmarksub.jsp/47772.html
|
5. |
-
doxygen automatic documentation for C/C++ [FAQ]
- Doxygen is a documentation system for C, C++ and IDL. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in ) from a set of documented source files. There is also support for generating man pages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources.
URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
6. |
-
C++ FAQ LITE
- Questions and answers about C++.
URL: http://www.cerfnet.com/~mpcline/C++-FAQs-Lite/
|
7. |
-
Magellan Internet Guide: C++
- Links to C++ websites from Excite.com.
URL: http://magellan.excite.com/computers_and_internet/programming/c_
|
8. |
-
¬comp.std.c++ frequently asked questions
- FAQ for the C++ newsgroup last updated 08-June-99.
URL: http://reality.sgi.com/austern_mti/std-c++/faq.html
|
9. |
-
¬New C++ Features
- KAI C++ features that are fairly recent additions to the language. It is intended as an introduction to these features, and not an exhaustive tutorial. These features are described in more detail by the ISO C++ standard.
URL: http://www.kai.com/C_plus_plus/Current/doc/UserGuide/chapter_9.html
|
10. |
-
¬List of C and C++ resources
-
URL: http://www.gst.net/~flubble/c.html
|
11. |
-
¬Dinkum Standard Template Library Reference
- Standard Template Library Reference Manual
URL: http://www.dinkumware.com/refxstl.html
|
12. |
-
C++.com
- Information about C++.
URL: http://www.cplusplus.com/
|
13. |
-
Standard C++ Library Module Reference Guide
- accumulate()
adjacent_difference()
adjacent_find()
advance()
Algorithms
allocator
Associative Containers
auto_ptr
back_insert_iterator, back_inserter()
bad_alloc ...
URL: http://www.roguewave.com/support/docs/sourcepro/stdlibref/booktoc.html
|