-
Website
http://simulatedcomicproduct.com -
Original page
http://simulatedcomicproduct.com/2008/08/26/do-while/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Much Better Than You
25 comments · 1 points
-
Derrick
13 comments · 1 points
-
DOOMsong
7 comments · 1 points
-
Tamfang
2 comments · 1 points
-
closetgeekshow
1 comment · 2 points
-
-
Popular Threads
It's a simulacrum for the human condition, ever trying to manufacture love, but never achieving anything lasting or truly satisfying.
Probably smells like New Robot. Could be a new air freshener
That sort of smell in my truck day in and day out would be an everlasting joy that builder bot would never have. For all those who are busy building android girlfriends, they will do the same as all the others...SCP illustrates it nicely.
Poor little man... its just like us!
*This makes me sound like a pretentious jerk, but that's not how I meant it! Honest! Darn you, interwebs.
small windows scripting stuff, but no c++. I know similar code.
Nice. Its sad I had to have that explained though.
Thanks for clearning it up.
do {
Robot robot = new Robot(getNextColor());
} while (!robot.lovesMe());
Robot robot;
do {
robot = new Robot(getNextColor());
} while (!robot.lovesMe());
Cute artwork though!
Is it really supposed to cut off at the bottom?
Or in C#
temprobot = new Robot(NextColor)
while(!temprobot.LovesMe)
{
temprobot = new Robot(NextColor)
}
I'm also having a problem with reading-directions again: down, right, right, down, major down, down, right, right, down, major down... Especially the "major down" was quite a problem. At least I was confused with the directions. The similarity of the pictures in the first column made me believe I had to read downwards only, in columns. Indicating directions with arrows or something like that anyways seems like an unsatisfactory solution to me. There must be a way to point the direction more subtle. Scaling again would have helped maybe, because it would have distinguished the sub-strips from each other.
I just gave two stars as it is now, but I feel it would have gotten far more if your idea would have had a better optical equivalent.
"I've been working on the same droid
All the live-long daaaay!"
Years later he is but a pile of rust, who died alone and unloved.
...like Captain Hook, except not.
Maybe he could have a doubly-linked list of Robots?
robots.add(new Robot(getNextColor());
Getting the joke doesn't mean i'm smarter than those who didn't get it. It just means i'm twisted the same direction as Kevin.
Robot* robot;
do {
robot = new Robot(getNextColor());
} while (!(robot->lovesMe()));
you end up with a memory leak, which adds a whole new layer of potential meanings... ;-)
Poor robot fellow.