书法字典:https://www.shufadict.com

2009年7月27日

String Comparison

摘要: 字符串比较,请给出输出结果[代码] 阅读全文

posted @ 2009-07-27 15:20 翰墨小生 阅读(246) 评论(0) 推荐(0) 编辑

参数求值顺序对增量运算符的影响

摘要: 下面的代码输出什么结果?[代码] 阅读全文

posted @ 2009-07-27 14:59 翰墨小生 阅读(311) 评论(0) 推荐(0) 编辑

任意地址赋值,编译没问题,运行时错误

摘要: ==#include <iostream>using namespace std ;int main(void){ int *p = (int*)1234; //编译没问题,但运行时出错 *p = 190 ; // not writeable system("pause") ; return 0 ;}// output: run time error! access voilation!== 阅读全文

posted @ 2009-07-27 14:53 翰墨小生 阅读(401) 评论(1) 推荐(0) 编辑

导航

书法字典:https://www.shufadict.com