Jump to content

A lil humor that the programmers should appreciate


Recommended Posts

LOLZ.

I wonder if this happened in real life, would the teacher understand the script or not?

 

Then the student should say

"Open a laptop and insert the script!"

Link to comment
Share on other sites

Imagine, the teacher would be like wow, what? and then you would probably say, "Well, you told me to write this amount of lines, and that phrase, so I did, what can you do about it?" and then the teacher would go tell the leader, or the principle and then you would go "Help Me!" and she would say no (:

 

^^ there is more humor on the topic (:

EDIT:

I made myself a working c++ copy:

#include "stdafx.h"
#include <iostream>

using namespace std;

int main(){
    int count;
    for(count=1;count<=500;count++)
        cout << "I will not throw paper airplanes in class\n";
    system("PAUSE");
    return 0;
}

It opens, then writes the line 500 times, and it sits there, cause i used system("PAUSE");

Also, its working if anyone wants to write it on a board :P

Link to comment
Share on other sites

'Ey! What happened to my post?! Oh well... We could write a device driver for a mech arm to hook up to this script so that it'd actually write it for us.

 

lol ive done very little robotics programming before, and blah on that i know how finicy that crapy is :ph34r:

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...