View Single Post
Old 04-23-2008, 10:15 PM   #2 (permalink)
TwitcH
Banned
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,053
Reputation: 14
Default

a text based MMORPG is normally called a MUD, what you are looking for is a MUD Codebase, you can find alot of them here:

http://www.mudconnect.com/resources/..._Snippets.html

and as for the problem with your code, you are going to need to either run it through the command prompt or try adding

Code:
system("pause");
after the line which prints hello world.

but don't trust me completely on that since i've never touched c++, opening through the command prompt should definately work though.

Last edited by TwitcH; 04-23-2008 at 10:21 PM.
TwitcH is offline