Code:
...
	public:
		Alarm::Alarm(int inYear, int inMonth, int inDay, int inHour, int inMinute, int inSecond, void(*) inPtr);
		~Alarm();
...
Whats wrong with the constructor. Its mad at my function pointer. Excuse the idiocy but its 5am and im going to bed now.