Classes: Alarm ClockOk that's what I thought... didn't know if it was possible to do it that way. Thank you so much.
Classes: Alarm Clock[code]AlarmClock getAlarmClock() const { AlarmClock result; result.alarmHours = alarmHours; ...
Classes: Alarm ClockThis is what I have so far... I need to: In the main function, write statements to call setAlarmCloc...
Class with public functions?Thank you sooo much!! I understand now [code]Money addMoney[/code] function.
Class with public functions?I need to add a public member function ([code]addMoney[/code]) to add money1 and money2. I'm having ...
This user does not accept Private Messages