CSCI 240 Lecture notes

Part 1 Introduction to C++; data types; arithmetic; input and output

Part 2 Assignment statements; control structures; symbolic constants; formatting output

Part 3 Cascading ifs; conditional expressions; Compound Conditions; data type bool

Part 4 Functions

Function Summary Sheet

Part 6 Character functions

Part 7 Arrays

Part 8 Arrays and functions

Part 9 References and Call By Reference

Input and Output

Part 10 Object Oriented Programming

Part 11 C++ strings

Part 12 Structures