2009年7月27日

String Comparison

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

posted @ 2009-07-27 15:20 前端风云志 阅读(259) 评论(0) 推荐(0)

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

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

posted @ 2009-07-27 14:59 前端风云志 阅读(317) 评论(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 前端风云志 阅读(412) 评论(1) 推荐(0)

导航

关注我

前端风云志