- C++ Programming - Persistence - Get an understanding of Persistence, one of the main object-oriented concepts which C++ does not (yet) directly address.
- C++ Stack Trace - Collecting call stack data only when applications crash has limitations. The tool Noam Cohen presents here collects information in real time, thereby providing a context in which certain errors occur.
- Constructors and Destructors - Article that explains the use of constructors and destructors, special member functions which are automatically called when an object is created and destroyed respectively.
- Containers - Learn the use of containers, objects that holds instances of other objects. In analysis terms, containers represent the "hasA" relationship, as opposed to the "isA" relationship of inheritance.
- Embedded C++ - A seminar, presented by P.J. Plauger at the Embedded Systems Conference, Chicago, Illinois
- Object Oriented Paradigms - Learn the four main object oriented principles or paradigms which are important to an overall object oriented approach - Abstraction, Encapsulation, Modularity and Inheritance.
|
|
|