tailieunhanh - Lecture CIS 190: C++ programming - Chapter 2: Not so basics

The main contents of this chapter include all of the following: Separate compilation, structures, #define, pointers (passing by value vs. passing by reference, pointers and arrays and functions and structs), makefiles, testing and homework. | CIS 190 C C Programming Lecture 2 Not So Basics 1 Outline Separate Compilation Structures define Pointers Passing by Value vs. Passing by Reference Pointers and Arrays and Functions and Structs Makefiles Testing Homework 2 What is Separate Compilation