First page Back Continue Last page Graphics
Functions and Structures
Practice: travel.cpp in prata
Similar to my example in multiple in inclass.
Practice: strctfun.cpp in prata
You can pass a pointer to a structure to save copying time. (not important for small structures, but if you had a few images and some data, it would be important) Practice: strctptr.cpp in prata