course.wilkes.edu/CS125Labs
Welcome to the site for CS 125 labs!

 

Gender.h

Prev | Next | Lab 11

// Gender.h declares enumeration Gender and prototypes its operations
// Author:
// Date:
///

#include <iostream> using namespace std;

// replace this line with the declaration of enum Gender

// replace this line with the prototype of operator>>

// replace this line with the prototype of operator<<

// replace this line with the prototype of operator++ (prefix)

// replace this line with the prototype of operator++ (postfix)

// replace this line with the prototype of operator-- (prefix)

// replace this line with the prototype of operator-- (postfix)

Prev | Next | Lab 11

 
  Home

Help

Lab 0

Lab 1

Lab 2

Lab 3a

Lab 3b

Lab 4

Lab 5

Lab 6

Lab 7

Lab 8

Lab 9

Lab 10

Lab 11

Lab 12

Lab 13



Membership

Login




Last update: Friday, October 6, 2000 at 1:04:56 PM.
visitors to this page.