cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Which Data Structure should I use?
Which Data Structure should I use?
Apr 27, 2016 at 1:08pm
Apr 27, 2016 at 1:08pm UTC
Mustard Treat
(11)
I want to create a data structure that keeps records of users in an online game. I want them to be indexed and looked up via their usernames. Which one should I use for the best efficiency
Apr 27, 2016 at 1:33pm
Apr 27, 2016 at 1:33pm UTC
MatthewRock
(481)
Do you have what it takes to make an online game? Anyway, databases are usually fast, and used for this kind of things.
Topic archived. No new replies allowed.