Thinking Cap Implementation
In a class, the functions which manipulate the class are also listed.
class ThinkingCap
{
public:
. . .
private:
char green_string[50];
char red_string[50];
};
Prototypes for the thinking cap member functions go here
Previous slide
Next slide
Back to first slide
View graphic version