标签: c++ mysql
这是我的cpp伪代码
#include <string> int createuser(string user) { sqlquery("insert into users(user) values('user')"); }
谢谢。