Here were the lessons for Unit 9 this evening
9.1 - Using Pointers for directly manipulation data in memory
9.2 - About changing the memory address stored in a pointer
9.3 - About pointer concerning multi-byte variables
9.4 - Pointers have memory addresses
9.5 - Why do I need to learn pointers????
9.6 - Intro: the Char* Pointer
I honestly can't wait until I'm actually able to use this knowledge.
I will say, I did find it interesting to learn the hierarchy of Data
1. Single element of a given data type (char, int, etc)
2. Text string (a type of simple array)
3. Single dimensional array
4. Multi-dimensional array
5. Structures
6. And So On
Much, much more to look forward to
No comments:
Post a Comment