会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
朱德朝
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
linux-c
c 连接数据库 mysql
摘要:sudo apt-get install mysql-server mysql-client再装开发包代码:sudo apt-get install libmysqlclient15-dev安装完以后,C代码里添加头文件代码:#include 编译方法:代码:gcc $(mysql_config -...
阅读全文
posted @
2015-06-05 16:26
朱德朝
阅读(158)
评论(0)
推荐(0)
‘for’ loop initial declarations are only allowed in C99 mode
摘要:#include int main(){ for(int i=0;iint main(){ int i = 0; for(i=0;i<10;i++){ printf("\n%d",i);} return 0;}编译通过
阅读全文
posted @
2015-04-24 16:34
朱德朝
阅读(1312)
评论(0)
推荐(0)
公告