CSC 160 - Chapter 8 Quick Reference

Chapter 8 "Arrays"

This chapter covers the aspects of using C++ arrays.

General Terms

array variable array element bounds checking initialization
parallel arrays typedef 2-dimensional arrays n-dimensional arrays

Concepts

Important concepts covered include:


Disclaimer: The goal of this "cheat sheet" is to review the more important concepts in the chapter. The exclusion of any material in the chapter from this "cheat sheet" does not mean that you are not responsible for that material.