Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 552 Bytes

readme.md

File metadata and controls

30 lines (24 loc) · 552 Bytes

week3

Week 3 is all about arrays.

agenda for arrays

  1. Talk about arrays (talk about memory)
  2. array declaration (typing)
  3. array assignment
  4. array sizes
  5. array resizing?
  6. array looping
  7. array - find max
  8. array - swap elements
  9. array copy
  10. array reverse?
  11. multi dim array
  12. arrays and memory (multidim)

agenda for methods

  1. talk about methods
  2. talk about arguments
  3. talk about calling
  4. talk about results
  5. by ref
  6. by value
  7. is array by ref or by value?
  8. memory in programs (refs)