Skip to Main Content

CSC242

Lesson 3

Big C++: Late Objects, Enhanced eText, 3rd Edition

Horstmann, C. S. (2017). Big C++: Late objects, enhanced etext (3rd ed.). [VitalSource Bookshelf version]. Retrieved from vbk://9781119402978  

Read Chapter 5:  Functions   
This assigned reading will introduce the implementation of functions. The passing of data by value and by reference and the importance of functional decomposition is emphasized.  

Read Chapter 6:  Arrays and Vectors  
The assigned reading will introduce the use of arrays to collect data for processing using functions. Two-dimensional arrays are also illustrated using various examples.  

Optional Resources