3rd Repo, trying to figure this out.
Fork of SOFT253_Template_Weather_OS_54 by
Diff: CircularArray/CircularArray.h
- Revision:
- 80:959151952153
- Parent:
- 65:3723d2729b68
- Child:
- 81:996c0a3319b4
--- a/CircularArray/CircularArray.h Fri Apr 28 17:17:24 2017 +0000 +++ b/CircularArray/CircularArray.h Wed May 10 10:02:22 2017 +0000 @@ -13,6 +13,7 @@ void deleteX(int x); void deleteAll(); int getSize(); + Measure pullValue(); private: int firstValue, currentSize, maxSize;