07 2009 档案

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

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

参数求值顺序对增量运算符的影响
摘要:下面的代码输出什么结果?[代码] 阅读全文

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

Right Hemisphere - A Visual Product Company
摘要:Right HemisphereRight Hemisphere is the leading provider of enterprise product communication and collaboration solutions enabling manufacturers to optimize their global product development launch and ... 阅读全文

posted @ 2009-07-02 16:11 前端风云志 阅读(467) 评论(0) 推荐(0)

导航

关注我

前端风云志