CSC112 Spring 2016 Examples
#include "FlagCounter.h"12345void FlagCounter::setCount(int count)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:00000000000008A7 begin8{9}10// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008A7 end11// don't delete the previous line as it's needed to preserve source code of this autogenerated element1213void FlagCounter::decrement()14// don't delete the following line as it's needed to preserve source code of this autogenerated element15// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AA begin16{17}18// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AA end19// don't delete the previous line as it's needed to preserve source code of this autogenerated element2021int FlagCounter::getNumber()22// don't delete the following line as it's needed to preserve source code of this autogenerated element23// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AC begin24{25return 0;26}27// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008AC end28// don't delete the previous line as it's needed to preserve source code of this autogenerated element293031