View Single Post
Old 01-30-2006, 08:48 AM   #4 (permalink)
Chamaeleontidae
aka: freakylongname
 
Chamaeleontidae's Avatar
 
Location: South of the Great While North
Knowing VB and C++, you might want to look into Java or dotNet development. You should be able to fairly easily convert your knowledge of VB into VB.Net or C++ into C# or Java.

I would suggest that you start with something simple to build along the lines of you untimate goal. Where your goal is to build an MMO, I would probably build a simple UI prototype in the language you choose to see if it's going to work for you.

Are you thinking of a client-server type app, where there would be a local installation? Or something fully run off of web tecnologies?

One thing to consider with the database choice, would be how complex of data you intend to be saving to the database. MySQL is a great option if you information is fairly simple, if you get into multiple databases or tables, or want stored procedures etc..., you should consider a more powerful database...
__________________
"Reality is just a crutch for people who can't cope with drugs."
Robin Williams.
Chamaeleontidae is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73