
-----------------------------------
greenapplesodaex
Tue Nov 14, 2006 10:52 pm

how to initialize const?
-----------------------------------

Event.h
	Event(string des, string loc, Date s, Date e);
	string description;
	string location;

	const Date start; //