全部博文(2759)
发布时间:2012-08-17 10:11:10
今天看到这个函数,原来它的内部也有不为人知的内涵。 原型: #include<pthread.h> void pthread_exit(void *rval_ptr); <......【阅读全文】
发布时间:2012-08-13 13:25:19
<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Verdana, Arial, Tahoma; line-height: 20px; background-color: rgb(248, 250,......【阅读全文】
发布时间:2012-08-13 13:24:20
在C++中为什么输入输出流不能重载为类成员函数? 假如说operator << ()这是一个成员函数,mealtime是一个类Time的私有成员,那么如我们看......【阅读全文】