Quote:
Originally Posted by smartgear
Also, if you built an mmo with C++ you don't necessarily have to use MySQL to store player info .. you could use text files, xml, etc. But MySQL would be a better choice.
|
True but try not to use text files, take too much space, and slow to mantain when mysql is very easy to maintain if you also code a cool script to do that also in C++.