A Lot of Static

Note: We will be having a practical examination in lab this week, as a result the in lab exercises will not be graded. It is still mandatory that you remain in lab the entire period.

Reminder: There will be no lab next week (May 26-30) due to the Memorial Day holiday. We highly recommend that you make up the lab period by finding a programming project for yourself. Taking an active role in your learning is a good way to master programming, or any other discipline. Try to use your break constructively.

Static

The static keyword in C++ has many features, which are useful in differing circumstances. Generally you can think of static as meaning "Only one copy," although there are some uses that don't quite fit this description. Lets look at some of the uses for the "static" modifier.

Assorted Questions