tailieunhanh - Lecture CIS 190: C++ programming - Chapter 4: Assorted topics (and more on pointers)

Chapter 4 presents the assorted topics (and more on pointers). The main contents of this chapter include all of the following: Makefiles, file I/O, command line arguments, random numbers, re-covering pointers, memory and functions, and homework. | CIS 190 C C Programming Lecture 4 Assorted Topics and More on Pointers 1 Outline Makefiles File I O Command Line Arguments Random Numbers Re-Covering Pointers Memory and Functions Homework 2 Makefiles list of rules you can call from the terminal make ruleTwo will call the ruleTwo make will call first rule in the file basic formatting - use at line beginning to denote comments - must use tab character not 8 spaces