BASICS


This page covers topics that are needed for basic understanding of computers and programming in C and C++ code.

  1. Decimal-Hexadecimal-Binary Numbering Systems
  2. The ASCII Character Set
  3. Pointers--Can you get there from here?
  4. The basic building blocks: Data Structures
  5. Programming with class: C++ Classes
  6. Programming with recursion.
  7. Glossary