第一次使用QtTest
之前c++代码用过cppunit,然后开始用gtest,对于qt代码,第一次尝试 … Continue reading “第一次使用QtTest” →
Today will be better
之前c++代码用过cppunit,然后开始用gtest,对于qt代码,第一次尝试 … Continue reading “第一次使用QtTest” →
条款19:了解临时对象的来源 c++真正的所谓的临时对象是不可见的——不会再你的 … Continue reading “More Effective C++ 读书笔记六——临时对象” →
条款12:了解“抛出一个exception”与“传递一个参数”或“调用一个虚函数 … Continue reading “More Effective C++ 读书笔记五——异常” →
条款9:利用destructors避免泄漏资源 这里开始介绍了auto_ptr, … Continue reading “More Effective C++ 读书笔记四——异常” →
条款8:了解各种不同意义的new和delete 这里讲了3种new,分别是:ne … Continue reading “More Effective C++ 读书笔记三” →
条款4:非必要不提供default constructor 这里主要是列举下默认 … Continue reading “More Effective C++ 读书笔记二” →
京东优惠的时候买了《More Effective C++》和《Effective … Continue reading “More Effective C++ 读书笔记一” →
gentoo安装软件的优势在于overlay具多,本来还不太清楚要怎么安装的,有 … Continue reading “gentoo安装symbian qt开发环境” →
这几天在做基于Qt的remeber the milk应用,刚开始为了简单,没有将 … Continue reading “qt同步方式进行http请求” →
今天终于把端午写的代码在windows上(mingw)编译过了。过程还是比较艰辛 … Continue reading “mingw编译问题小计” →