3rd Repo, trying to figure this out.
Fork of SOFT253_Template_Weather_OS_54 by
Diff: CircularArray/CircularArray.h
- Branch:
- feature/listOptimisation
- Revision:
- 65:3723d2729b68
- Parent:
- 64:8ada3e0b2048
- Child:
- 80:959151952153
diff -r 8ada3e0b2048 -r 3723d2729b68 CircularArray/CircularArray.h --- a/CircularArray/CircularArray.h Sun Apr 09 23:25:26 2017 +0000 +++ b/CircularArray/CircularArray.h Sun Apr 09 23:41:45 2017 +0000 @@ -8,8 +8,8 @@ // public methods: void pushValue(Measure _measure); - void listX(int x); - void listAll(); + void readX(int x); + void readAll(); void deleteX(int x); void deleteAll(); int getSize();