UP ONE LEVEL: ENEL 315 Home Page

ENEL 315 Winter 1997 Extra C++ Information

This page is maintained by Steve Norman
Last modified: Tue Feb 11 10:41:44 MST 1997

Introduction

The primary sources of information about C++ features in this course are the lectures, the textbook by Weiss, and paper handouts such as Memory Diagrams and Inheritance Examples.

However, there are some useful features of C++ that aren't covered well in the primary sources. (Some features don't get any lecture time because I want to spend lecture time on general ideas, complex and interesting C++ features, and examples.)

This page is a collection of links to short pages on a few specific C++ features.


List of links to Extra C++ Information pages

enum Types in C++
Weiss assumes that the reader knows what an enum type is, but they weren't covered in ENGG 333.