Fundamentals of Programming. Unit 10.
  1. Pointers: Making a long story short.
  2. It is convenient to initialize the array at the beginning of a program.
  3. Designated initializers (ANSI C99).
  4. Variable-length array.
  5. The relationships among addresses, array contents and pointers.
  6. Pointers to multidimentional arrays
  7. A pointer to a pointer.
  8. Using pointer parameters.
  9. What can you do with pointers?
  10. Pointer compatibility.
  11. C const and C++ const.
  12. Using const with formal parameters.
  13. Example #10.1: Protecting array content.
  14. More about const.
  15. Example #10.2: Ordering numbers.
  16. Example #10.3: Shuffling the deck.
  17. Example #10.4: Shellsort, Hoor sort.
Last Updated 06 Nov, 2018 13:49. <vadimov@i.ua>