摘要:
原文:http://www.cnblogs.com/joeblackzqq/p/4332945.html C++通过mysql的c api和通过mysql的Connector C++ 1.1.3操作mysql的两种方式 使用vs2013和64位的msql 5.6.16进行操作 项目中使用的数据库名为booktik 表为book ………. (共有30... 阅读全文
posted @ 2017-07-22 17:58
今夜太冷
阅读(837)
评论(0)
推荐(0)
摘要:
C++ does not allow to return an entire array as an argument to a function. However, you can return a pointer to an array by specifying the array's name without an index. If you want to return a single... 阅读全文
posted @ 2017-07-22 13:42
今夜太冷
阅读(243)
评论(0)
推荐(0)