03 2017 档案
摘要:https://linuxaria.com/article/how-to-make-dmesg-timestamp-human-readable perl脚本
阅读全文
摘要:http://en.cppreference.com/w/cpp/language/cast_operator
阅读全文
摘要:http://www.cnblogs.com/cbscan/archive/2012/01/10/2318482.html http://blog.csdn.net/fcryuuhou/article/details/8568194 std::move是一个用于提示优化的函数,过去的c++98中,由
阅读全文
摘要:http://www.cnblogs.com/xkfz007/archive/2012/07/21/2602110.html 之前有文章介绍过临时对象和返回值优化RVO方面的问题。见此处。 在C++中,返回对象这一点经常被诟病,因为这个地方的效率比较低,需要进行很多的操作,生成一些临时对象,如果对象
阅读全文
摘要:you can get the pointer of the method, but it has to be called with an object If you need to have non-object pointer and you want to use object then y
阅读全文