Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

CSC112 Spring 2016 Examples

2370 views
1
#include "FlagCounter.h"
2
3
4
5
6
void FlagCounter::setCount(int count)
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:00000000000008A7 begin
9
{
10
}
11
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008A7 end
12
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
13
14
void FlagCounter::decrement()
15
// don't delete the following line as it's needed to preserve source code of this autogenerated element
16
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AA begin
17
{
18
}
19
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AA end
20
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
21
22
int FlagCounter::getNumber()
23
// don't delete the following line as it's needed to preserve source code of this autogenerated element
24
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AC begin
25
{
26
return 0;
27
}
28
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AC end
29
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
30
31