Untitled

From Blush Mousedeer, 11 Years ago, written in Plain Text, viewed 819 times.
URL https://paste.godclan.hu/view/wul8Fkrj Embed
Download Paste or View Raw
  1. chat *answer (char *q)
  2. {
  3.   std::cout << q;
  4.   static char ans[80];
  5.   std::cin >> ans;
  6.   return ans;
  7. }
  8.  
  9. std::cout << answer("Hogy vagy?") << answer("Biztos?");

Reply to "Untitled"

Here you can reply to the paste above