Languages
- 3463
- Standard Library News, Part 2: Sets and Maps
- Covers updates and additional information about standard library containers. This article appeared in C++ Report. (October 01, 1999)
- 3464
- Standard Library News, Part 1: Vectors and Deques
- Present news updates about the standard library containers vector, deque, set, multiset, map, and multimap. This article appeared in C++ Report. (July 01, 1999)
- 3466
- C and C++: Case Studies in Compatibility
- Article by Bjarne Stroustrup. Reconcilable differences? You decide.
- 3467
- C and C++: Siblings
- Article by Bjarne Stroustrup. We're at a crossroads for compatibility between C and C++. Can siblings go their separate ways and still remain on speaking terms?
- 3468
- Incompatibilities Between ISO C and ISO C++
- Thorough listing of incompatibilities between ISO C 99 and ISO C++ 98. An incompatible C feature in this context is valid as C code but not as C++ code.
- 3469
- C++ Callback Solution
- A solution to the problem of passing class methods as Callbacks in the C++ language using a template pattern.
- 3470
- Callbacks in C++ Using Template Functors
- A detailed paper by Rich Hickey on the concept of callbacks and the usage of template functors to realize them.
- 3471
- myelin: Implementing delegates in C++
- An implementation of .NET delegates with C# syntax in straight C++ using a preprocessor.
- 3472
- An Introduction to Imperative Part of C++
- An introduction to imperative (non-object-oriented) C++ programming.
- 3473
- C++ Language Tutorial
- Complete tutorial from cplusplus.com that covers from basics up to object oriented programming.
- 3474
- C++ Made Easy from Cprogramming.com
- Many C/C++ tutorials to help learn the language today. Also includes a graphics tutorial.
- 3475
- C++ Tutorial
- Introduction regarding C++ to be substantially different from C. Assumes some C knowledge.
- 3476
- C++ Tutorial from FunctionX
- An introduction to C++ with one philosophy: Learn by practicing, and practice by doing.
- 3479
- C++ CGI Parser Library
- For accessing HTTP form data, path info, and cookie data from CGI applications. In addition to normal GET and POST data, the component supports file uploads (multipart/form-data), and simple xml content types (text/xml) - allowing easy use with xml based clients such as Flash applications.
