Thinking Cap Implementation
void ThinkingCap::push_green
{
cout << green_string << endl;
}
Here is the implementation of the push_green member function, which prints the green message:
Previous slide
Next slide
Back to first slide
View graphic version