84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
我们都知道c++都使用cout输出的,但也可以使用printf;
printf("字符串:\n 字符串1:%s\n 字符串2:%s\n 字符串3:%s\n",str1,str2,str3);
VC6编译通过,但是不能运行,一运行就出现结束运行停止,被强制关闭;
我尝试使用gcc编译; string类怎么了?不能使用
光阴似箭催人老,日月如移越少年。
你想printf一个string就得这么用,不然肯定coredump,VC6太古老了不要用了
string str; printf("%s", str.c_str());
你想printf一个string就得这么用,不然肯定coredump,VC6太古老了不要用了