AddressBooks  Version 0.1
This is a basic 10 person address book
 All Classes Functions Variables
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Date Class Reference

#include <Date.h>

Public Member Functions

 Date (int m, int d, int y)
 
int getMonth () const
 
int getDay () const
 
int getYear () const
 
void setMonth (int newMonth)
 
void setYear (int newYear)
 
void setDay (int newDay)
 

Private Member Functions

bool checkYear () const
 
bool checkDay () const
 
bool checkMonth () const
 

Private Attributes

unsigned int month
 
unsigned int day
 
unsigned int year
 

Detailed Description

This is the Date class that I wrote in class. Just go get it from our website.


The documentation for this class was generated from the following files: