CIS 3142 Advice — Chapter 1

CISC 3142
Programming Paradigms in C++
Part 1 — Introduction
Chapter 4 - A Tour of C++: Containers and Algorithms

Reading from the Text

Chapter 4 — A Tour of C++ : Containers and Algorithms

Overview

Topics

Libraries

Standard Library Headers and Namespace

Strings

Stream I/O

Output
Input

Containers

vector
Elements
Range (bounds)-checking
list
map and unordered_map

Algorithms

Iterators

Advice