CS 371 Lab #2: C++ Part One

Monday, February, SH 118 This lab will start with an informal discussion of everything I know about C++. If you are a C++ expert you can skip the talk. We will discuss: classes, attributes, scopes, methods, types, etc.

Whether you skip or not, you should read a C++ tutorial such as the one mentioned on our class web page. You will need C++ proficiency very soon in the course, and you should starting playing with it "in parallel" with our analysis & design effort.

By the end of this lab, you should be able to write a C++ program that contains a few classes, one calling the other, and then compile and run it.