PDA

View Full Version : C++ Tut for MMORPG


eCK0
09-03-2003, 04:41 PM
This guy I met today is talking about writing an MMORPG. Of course I offered to help. It will be mainly in C++, so I was wondering if anyone could help me find a tut specifically for that purpose.

Pie
09-03-2003, 04:49 PM
Do you know the basics of C++ at all?? If not i do NOT recommend you go this far in.

C++ is a hard language to learn. Its very unlikely tutorials exist for it as its not that easy to do so much that it cant be summed up easily.

eCK0
09-03-2003, 05:28 PM
I've written a few programs myself, but I wanted to read up on things such as contacting servers and such.

Dr.MAD
09-03-2003, 05:35 PM
C++ is hard, very hard.
I mean, it asks much experience before you can make complicated programs like that. Even if you know some basic stuff... to make THAT work, you will need experience and patience.

eCK0
09-03-2003, 05:45 PM
I hear what you are saying and I will keep it in mind. ;) Do you know where any whitepapers may be?