开发者

Implementing a user registry in a c++ based server

So I'm planning to develop a Community feature for a game I'm developing. Currently, the high score server, which I want to integrate this user registry with is developed in pure c++.

Is there a c++ library for developing user registries? Currently, I am thinking of implementing the user registry by saving to the file system, but开发者_如何学Go if there are libraries for this it'd be even better.


This sounds like a very open ended question.

If you intend to have quite a lot of users and possibly do reporting on data or have to manage pieces of data manually.... you may want to look into sqlite. There would be slightly less administration and overhead than using a fully featured DBMS.


Are you sure you want the high score server in C++? Seems a bit out of place for me.

I would suggest something higher like PHP or Python with a SQLite database. Undoubtly example scripts for user registration can be found on the internet.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜