CS151 -- Administration Notice
 
Assignment 1 due Tonight 12:00 midnight

Sign up for the class mailing list.  Project 2 will be assigned using that!

Project 1 is posted, and due next Friday, by midnight:

http://www.cs.unm.edu/~storm/C++/cs151_summer2001/Assignment1.html
CS151 -- Shawn Stoffer


 
 
 
 

Variable Types

Strings


CS151 -- Shawn Stoffer



 
 
 
 
 
 

C-String

CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 

String Class


 

CS151 -- Shawn Stoffer



 
 
 
 
 
 
 
 
 

Input and Output


CS151 -- Shawn Stoffer



 
 
 
 
 
 
 
 
 

Input and Output

CS151 -- Shawn Stoffer


 
 
 
 
 

So, what can you do with variables?

CS151 -- Shawn Stoffer


What can you do with variables?
CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 
 

What can you do with variables?

CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 

What can you do with variables?

CS151 -- Shawn Stoffer


 
 
 
 
 

What can you do with variables?

CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 
 
 

What can you do with variables?

CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 
 
 
 

C++ Basics

CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 

C++ Basics

CS151 -- Shawn Stoffer


 
 
 
 
 
 
 
 

C++ Basics

Statements
CS151 -- Shawn Stoffer


 
 
 
 
 
 
 

C++ Basics

The puts operator: <<
 
CS151 -- Shawn Stoffer


 
 
 
 
 
 
 

C++ Basics

The gets operator: >>
 
CS151 -- Shawn Stoffer


 
 
 
 
 
 

C++  Basics

Flow of Control
 
CS151 -- Shawn Stoffer


 
 
 

C++ Basics

Planning your program
 
CS151 -- Shawn Stoffer