随笔分类 -  C/C++

C/C++
c语言连接mysql数据库
摘要:示例代码: #include <stdio.h> #include <stdlib.h> #include <mysql.h> int main (int argc, char *argv[]) { int res; MYSQL_RES *result; int numFields = 0; int 阅读全文

posted @ 2022-04-08 15:32 柴米油盐酱醋 阅读(700) 评论(0) 推荐(0)

导航