Thinking Cap Implementation
The class will have two components called green_string and red_string. These compnents are strings which hold the information that is placed in the two slots.
Using a class permits two new features . . .
class ThinkingCap
{
. . .
char green_string[50];
char red_string[50];
};
Previous slide
Next slide
Back to first slide
View graphic version