Fall 2017 Lecture 35

Date
November 27, 2017

Topics
Pointers
* go to where a pointer variable is pointing
& access the addres of a non-pointer variable
stdlib.h functions: free and malloc
Circle *c: c -> radius / ( *c ).radius
Pointer Arithmetic

References
Pointers #3 ( dynamic: malloc / free ): c file / txt file

Command Line Input: c file / txt file

Reading
Chapter 9 ( string functions )
Chapter 10 ( pointers )

Exercises
Chapter 9 ( string functions )
Chapter 10 ( pointers )
<<<< Prev     Next >>>>