08-20-2012, 10:59 PM
(08-14-2012, 05:10 AM)inflator Wrote: So?
Cout << "Does anyone out there program?" << endl;
printf ("I do! If you do, what language ? /n");
System.out.println("C/C++? Java ? .NET and variants? Python? Objective-C? Action script?")
I personally use C++, but I know lots of people like Java, or Python.
I personally DREAD Java and ABHOR .NET.
But, that's just me.
(PM me for reasons)
How about you?
I've dabbled in C++ before, but that's mostly as a result of interest in MUD's (like the kind I grew up playing).
For those that are unfamiliar with MUD's, they're basically the precursor's of modern MMO's - essentially entirely text-driven virtual world's, where everything around you, the world, the people, the items, the monsters, the quests, EVERYTHING, is described in a literary format as opposed to having a graphical depiction.
If I had to compare it to something, I guess it would be a little like a multiplayer choose your own adventure novel.
Oh, and on topic, let's see if I got this right...
#include <iostream>
using namespace std;
// This is an mpreg comment
int main()
{
cout << "Loner is an mpregger!\n";
return 0;
}