c-怎么将得到的数据存入到数组里
程序员文章站
2024-01-23 13:25:16
...
cmysqlc++数组
str.Format(_T("%s"),row[0]);
row=mysql_fetch_row(result);
将每次得到的str存在数组里,求大神