const char *cp = "steven"; while (*cp) { cout << *cp; ++cp; }
补充:软件开发 , C语言 ,
上一个:c语言之不再害怕sizeof(struct)下一个:C语言中,static关键字举例——局部static变量