C++ Review for Test 1: List of Topics Covered
 

This is a list of topics intended as a checklist to help you recall what topics have been covered, both in lecture class and in the textbook.

General Computer and Programming Concepts

C++ Basics

General structure

Atomic Data Types

Declaring and Intializing Variables

Literals:

Comments:

Input and Output with Streams

Operators:


Control Structures



Functions

Function Basics

Using Functions

Building Functions

Other Function Topics