#include "macros.h"
#include <string>
#include <iostream>
#include "AbstractExercise.h"
Compounds | |
class | Exercise |
Variables | |
Exercise * | ex = new Exercise("Exercise") |
const double | POUND_IN_KILOS = 0.45 |
|
Instantiates an object of type Exercise. This will provoke the storing of the Exercise in the ExerciseStore. |
|
|