Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

CSC112 Spring 2016 Examples

2370 views
1
#include "Clock.h"
2
3
4
5
6
int Clock::reset()
7
// don't delete the following line as it's needed to preserve source code of this autogenerated element
8
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B1 begin
9
{
10
return 0;
11
}
12
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B1 end
13
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
14
15
int Clock::getNumber()
16
// don't delete the following line as it's needed to preserve source code of this autogenerated element
17
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B6 begin
18
{
19
return 0;
20
}
21
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008B6 end
22
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
23
24