#include
int main(void)
{
Exercise you("Your name here");
you.do_pushups(25);
you.do_situps(30);
if (you.tired()) {
you.rest_for_a_while();
}
you.lift_weights();
return 0;
}
You get the point...
Author : Luna Man
MFC Tips, C++ Tips, Visual C++ Tips,C++ Tutorials, MFC Tutorials,Visual C++ Tutorials
#include
int main(void)
{
Exercise you("Your name here");
you.do_pushups(25);
you.do_situps(30);
if (you.tired()) {
you.rest_for_a_while();
}
you.lift_weights();
return 0;
}
0 nhận xét:
Post a Comment