Jump to content

Recommended Posts

Posted

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!"

Posted

lol the comic makes me wonder if maybe bill amend tryed it when he was younger

or if someone in his class did... he had to get the inspiration somewhere right?

Posted

lol, awesome. Whether or not this happened or not, I'm going to use this next year for sure!(can't right now since I got out of school 3 days ago :))

Posted
I always thought it was a Simpsons joke... people still don't have to write on the board a number of times as punishment do they?

 

lol not that ive ever seen/heard

Posted

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

Posted

'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.

Posted
'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:

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...