Course List: http://www.c-jump.com/bcc/

C++ Memory Access


  1. Computer memory
  2. Computer memory, cont.
  3. Understanding memory is important
  4. Quick look at the disassembly
  5. Memory access by the CPU
  6. Memory access syntax -- machine code
  7. Memory access syntax -- Assembly
  8. Memory access syntax in C
  9. DEC PDP-7 Computer
  10. DEC PDP-7 Computer, cont.
  11. The Multics project
  12. C/C++ memory access
  13. C/C++ memory access, cont.
  14. The asterisk indicates the data type in memory
  15. C/C++ memory access demo v.1
  16. C/C++ history branch
  17. The BCPL language
  18. C/C++ memory access demo v.2
  19. C/C++ memory access demo v.3
  20. Dereference operator
  21. The B programming language
  22. The C programming language
  23. The address-of operator
  24. Pointer is a data type
  25. The C programming language, cont.
  26. Pointer as function parameter
  27. What can we do with pointers?
  28. Why use pointers?
  29. Variables in memory
  30. Memory access summary