C++ Programming/Editor's Missing contents
System Resources
- Quick introduction to the Computer architecture (CPU, memory, registers, filesystem).
- mention stack, heap their use and simple examples, remember to refer them in debugging to.
friend functions/member functions
Functors (class type functor)
Functors (template type functor)
Portability
- common issues, pitfalls, mistakes in writing portable code and solutions.
- common issues, pitfalls, mistakes in writing portable code and solutions.
Random number generators
- introduction, mention language default resources for the task and known alternatives.
CRC Cards
- Introduction to CRC Cards
- Introduction to CRC Cards
POSIX
- C++ and POSIX
- POSIX Threads
- C++ and POSIX
From 32 to 64 bits
- mention Parkinson's law
- mention Parkinson's law
Source Control
Creating Libraries
Constraints
Unit Testing
[ edit list above ]