Quote (GOwens @ Aug 2 2014 06:39pm)
Quote (InunoTaishou @ 2 Aug 2014 20:38)
Quote (GOwens @ Aug 2 2014 06:07pm)
Faggot
Quote
#include <iostream>
#include <Windows.h>
#include <string>
#include <vector>
using namespace std;
void main()
{
vector<string> faggot{"G0wens","InunoTaishou"};
int G0wens_joindate = 2009, my_joindate = 2007;
if (G0wens_joindate > my_joindate)
{
cout << faggot[0] + " is a faggot." << endl;
}
else
{
cout << faggot[1] + " is still a faggot." << endl;
}
}
IDK man... the program doesn't lie... Every time I run it it keeps saying you're a faggot not me...
I'm not the one posting about a nerd script you faggot.
Please enlighten me. What is wrong with trying to learn a programming language by relating it to a game that you enjoy playing? I wasn't asking straight out for a hack that would play the game for me. I don't care what it does just that it's interesting and relatable to D3. For all I care it could have been a program that you manually input what item you found where and it stores that data for you, so you can look back at the logs and see you found this awesome rare sword at this location, maybe this is a good place to farm...
Btw I ran that program again, still says you're a faggot... Idk why so I edited it for a user input on joindate
Quote
#include <iostream>
#include <Windows.h>
#include <string>
#include <vector>
using namespace std;
void main()
{
vector<string> faggot{ "G0wen", "InunoTaishou" };
int other_joindate, my_joindate;
cout << "Please input my joindate:" << endl;
cin >> my_joindate;
cout << "Please input other user's joindate:" << endl;
cin >> other_joindate;
if (other_joindate > my_joindate)
{
cout << faggot[0] + " is a faggot." << endl;
}
else
{
cout << faggot[1] + " is still a faggot." << endl;
}
}
I ran it and it still says you're a faggot... sry