View Single Post
  #436  
09-03-2011, 05:07 PM
STM's Avatar
STM
Anarcho-Apiarist
 
: Jun 2008
: Your mother
: 9,859
Blog Entries: 161
Rep Power: 28
STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)STM  (6435)

You know what, at 2:05 nothing makes sense any more! What's even more terrifying for you is right now I'm working on the code, looking at some books to buy and well... I've been doing this for the past three days....

// my first program in C++

#include
using namespace std;

int main ()
{
cout << "Hello World!";
return 0;
}

Will become:

// my first program in C++

#include
using namespace std;

int mian ()
{
cout << "Hello World!";
return 0;
}

And it will be disastrous. Ant at 2:07, that was hilarious.
__________________
:
Oh yeah, fair point. Maybe he was just tortured until he lost consciousness.

Reply With Quote