CISC 1110 -- Introduction to Programming Using C++

Lecture Slides


Fall 2016 Semester

Slide show for intro to computers.

Programs from class

Arrays

Iterating through an array

Reading into an array from a file

Comparing 2 arrays

The employee program redone with arrays

Arrays and functions

Vector class (STL)

Strings

Strings -- reading in

Strings -- operators +, =, []

Strings -- member functions

Strings -- Edit program

Classes

Employee Class

Employee class with nested class

Employee class with array of objects

Vehicle class with array data member

Notes on classes