Hey,
check this out:
Code:
#include <humans>
int main()
{
Man me;
Women wife;
try
{
wife.AskCatchyQuestion(CatchyQuestions::PICK_ANY, me);
me.Answer(Answers::DOESNT_MATTER); //this will always throw, no matter how hard you try
}
catch(Argument& argument)
{
//The argument starts here
}
}
Output:
Quote:
Wife asks: "Do I look fat in this dress?"
Me answers: "You sure do!";
Wife kicks me in my *****, it's super effective!
Me faints!
|
Nah, just kidding. What exactly do you mean? Would you care do elaborate?