Languages
- 3443
- C++ Tutorials from Planet Source Code
- Tutorials for C/C++ programmers of all levels. Host site includes prebuilt code for your use.
- 3444
- Learn C/C++ Today
- Annotated list of some tutorials available on the Web (some are interactive), public domain code collections, history, books, FAQs.
- 3446
- Effective STL - Modification History and Errata List
- Provides the errata list for the book by Scott Meyers.
- 3447
- Effective STL Example Source Code
- Provides downloadable Code for the book Effective STL, by Leor Zolman.
- 3448
- Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
- Reveals the critical rules of thumb employed by the experts--the things they almost always do or almost always avoid doing--to get the most out of the library. Contains 4 sample items. (Scott Meyers)
- 3449
- Generic Programming and the STL: Using and Extending the C++ Standard Template Library
- This page contains the Errata for "Generic Programming and the STL: Using and Extending the C++ Standard Template Library" by Matthew Austern.
- 3450
- Nicolai M. Josuttis: The C++ Standard Library
- The authors page about hist book. Contains a changelog, some errata and examples.
- 3451
- STL Tutorial Resources at Rensselaer
- Information about the book "The STL Tutorial and Reference Guide" (Second Edition) including errata, downloadable source code and other information.
- 3452
- Review of "STL for C++ Programmers"
- A review by Bob Adkins published in Linux Journal of the book by Leen Ammeraal. (February 17, 2000)
- 3453
- Just for Fun C++ and Java Programming
- Watson's programming pages for hobbyist programmers and newbies who want to learn windows programming in C++. A lot of example programs with sourcecode.
- 3454
- Are Set Iterators Mutable or Immutable?
- Portability issues in using the standard library. An article about portability issues in using the Standard Library by Klaus Kreft and Angelika Langer, published in the C/C++ Users Journal.
- 3455
- Effective Standard C++ Library: for_each vs. transform
- An article about the difference between for_each and transform in the STL by Klaus Kreft and Angelika Langer, published in the C/C++ Users Journal.
- 3456
- Priority Queues and the STL
- An Article in Dr. Dobb's Journal by Mark Nelson that appeared in January, 1996.
- 3457
- STL Algorithms vs. Hand-Written Loops
- Scott Meyers presents yet more motivation to trust the library more than yourself. An article by the Autor of "Effective STL" published in C/C++ Users Journal.
