2014年5月12日
摘要: 一道常见题 char * str7="abc"; char * str8="abc"; cout<<(str7==str8)<<endl;输出结果为1, cout<<str7<<endl;的输出结果是abc,这与整型指针等结果不同,而且初始化方式也不同 int i=5;... 阅读全文
posted @ 2014-05-12 17:05 毋忆典藏 阅读(508) 评论(0) 推荐(0)