CSC112 Spring 2016 Examples
#include "Clock.h"12345int Clock::reset()6// don't delete the following line as it's needed to preserve source code of this autogenerated element7// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B1 begin8{9return 0;10}11// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B1 end12// don't delete the previous line as it's needed to preserve source code of this autogenerated element1314int Clock::getNumber()15// don't delete the following line as it's needed to preserve source code of this autogenerated element16// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B6 begin17{18return 0;19}20// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B6 end21// don't delete the previous line as it's needed to preserve source code of this autogenerated element222324