摘要:
1. Find error char str1[10]; char str2 = "0123456789" strcpy(str1, str2);2. Find error char str1[10]; if ( strlen(str2) <= 10 ) strcpy(str1, str2);3. IPC 的通讯方式4. C++构造函数和析构函数的调用顺序5. new 和 malloc 的区别6. class 与 struct 的区别7. Check output: unsigned int a = 1; int b = -2; (a+b) < 0 ? &quo 阅读全文
posted @ 2012-05-09 12:43
SunBo
阅读(280)
评论(0)
推荐(0)
浙公网安备 33010602011771号