Mysql数据库简易学生管理系统

#include <winsock.h> #include <mysql.h> #pragma comment(lib,"libmySQL.lib") //要加否则会编译出错 #include "stdio.h" #include "string.h" #include<iostream> using namespace std; struct conn_info { char *host
相关文章
相关标签/搜索