Where have all the MMORPG people gone

I think we may have pounded it out of their heads, because I haven't seen a "how do i mak a MMORPG plsplsplspls" topic in a while.

Sweet victory.
Want to help me make one plsplsplspls I don't know how :(
closed account (z05DSL3A)
I want to make an operating system, I have to have it done by Thursday. Can you tell me where to find a tutorial? I also need to learn how to program as well. Pls help!
I got assignment due next day, can you pls post code tellin me who its dont.
ME HAS ASSIGNMENT DUE YESTERDAY

Write a C++ program which displays "Hello World"

PLZ HELP I NO IDEA HOW DO IT

DO IT FOR ME

SORRY FOR BAD ENGLIS
apropros mmorpgs... Do You remember the "You-Get-No-Money-But-Have-To-Program-It-All-For-Free"-one with his "Alcazar Online"?!?...

I visited his page after a few month, and it did seem , that he really found some fools/naives who done the "job"... (there were some screenshots and testers and a client file - even you couldnt login, since the servers were only online a few days per week^^)...

a few weeks/month (i dont remember - it was last year [or the one after?:D] - ) it all went - what a suprise - down the drain^^... And I bet he never paid anyone...


ok here is an understanded version of a new one ;)... http://cplusplus.com/forum/windows/19548/
Last edited on
PLS HELP ME:

i hav dis work 4 nxt wek, its rlly hard n i dno how 2 do it. cn u do it 4 me by tuseday pls?

Write an implementation of the strlen function, which returns the length of a string.

Hint: it's this
1
2
3
4
5
6
size_t strlen(char* str) {
    size_t len;
    while (*str++)
        len++;
    return len;
}


HOW DO I DO IT WERE 2 START?
They're back! http://cplusplus.com/forum/beginner/19560/

They must have heard us!
Incubbus wrote:
apropros mmorpgs... Do You remember the "You-Get-No-Money-But-Have-To-Program-It-All-For-Free"-one with his "Alcazar Online"?!?...
Dear god.
apropros mmorpgs... Do You remember the "You-Get-No-Money-But-Have-To-Program-It-All-For-Free"-one with his "Alcazar Online"?!?...


No, but soon I will >:)

Gah...You have to know calculus to make a game. Won't be doing that for some time.


That's the spirit! At this rate the quest for MMORPG-ness will be abandoned.
DrChill wrote:
That's the spirit! At this rate the quest for MMORPG-ness will be abandoned.
Haha :D
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Last edited on
Topic archived. No new replies allowed.