connaye@163.com的ChinaUnix博客
connaye@163.com
全部博文(32)
2011年(6)
2010年(2)
2009年(10)
2008年(14)
格伯纳
badboyhe
liaozibo
xixi4216
87873842
sealinux
分类: C/C++
2009-10-25 17:19:25
#include <iostream.h>#include <string.h>int main(void){ char * str1[] = {"abc","def"}; char str2[] = ""; //char *str2 = null;这样是不行的。 strcpy(str2,str1[1]); cout << str2 << endl; return 0;}
上一篇:C/C++/Java中的switch-case语句
下一篇:去掉鼠标右击NVIDIA,ATI,INTEL
登录 注册