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

 

Gender.cpp

Prev | Next | Lab 11

// Gender.cpp defines the operations on enumeration Gender // Author: // Date: ///

#include "Gender.h" #include <string> using namespace std;

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

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

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

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

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

// replace this line with the definition 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:37:12 PM.
visitors to this page.