06-24-2009, 09:06 PM
06-24-2009, 09:15 PM
Code:
#include <iostream>
#include <string>
using namespace std;
int what();
int the();
int fuck();
int main()
{
what();
the();
fuck();
cout << endl << endl << "F'ing n00b fag";
return 0;
}
int what()
{
string stfu = "Iceh";
string n00b = "You have";
cout << stfu
<< endl
<< n00b;
}
int the()
{
string why = " no idea";
string evenTry = "" what you\'re";
cout << why
<< evenTry;
}
int fuck();
{
string I = " even talking";
string hateYou = " about!";
cout << I
<< hateYou;
}(Still think I don't know how to program, Weather Man?)
06-24-2009, 09:20 PM
That proves the article's point, methinks 
<33

<33
06-24-2009, 09:27 PM
Code:
#include <iostream>
using namespace std;
int main()
{
cout << "Iceh" << endl
<< "You have no idea what you\'re even talking about!" << endl << endl
<< "F'ing n00b fag"
return 0;
}See, I can communicate a point quickly and efficiently.
07-10-2009, 07:39 PM
I think you're right...
I tried conveying the point that my sister and I had the same homeroom teacher, which she didn't know, but when I tried explaining it, I didn't realize I hadn't even brought up the fact that we had the same homeroom teacher.
I_AM <= FAIL
I tried conveying the point that my sister and I had the same homeroom teacher, which she didn't know, but when I tried explaining it, I didn't realize I hadn't even brought up the fact that we had the same homeroom teacher.
I_AM <= FAIL
07-10-2009, 08:00 PM
-raises hand- I don't think you can.
07-10-2009, 08:09 PM
Did I axe you?