• Forum
  • Jobs
  • need solution to a problem that is simpl

 
need solution to a problem that is simple

anybody can ask for my help
well my bathroom needs grouting...
1
2
3
4
5
6
BOOST_FOREACH(Tile* t, Tiles)
   if (!t)
      std::cout << "Your floor contains null tiles. Do not under any circumstances walk on a nullptr.";
   else
      while (!t->is_surrounded_by_grout())
         apply_grout(t->getBorder());
Last edited on
closed account (zb0S216C)
vicssoft wrote:
need solution to a problem that is simple

This implies that you're the one who needs help, and that you can only solve simple problems. You need to append a question mark to the end.
Last edited on
Topic archived. No new replies allowed.