>_> I guess I'll do that. But wth? I see C, C++, and Java, three common ones, but how does C# differ ?_?
EDIT: Okay, my question was pretty irrelevant but here's one important one (also, YAY! the PDF goes over Dev-C++~):
What the heck does this line mean?
int main (int nNumberofArgs. char* pszArgs[])
I know what "int main" is (basically like def main in RGSS) but wth do all those parameters mean?