C++ Programming/Editor's Missing contents

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

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.

Portability

  • 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

POSIX

  • C++ and POSIX
  • POSIX Threads

From 32 to 64 bits

Source Control
Functors (class type functor)
Functors (template type functor)
Creating Libraries
Constraints
Unit Testing

[ edit list above ]