2016-07-01 技术: C++11 Lambda 探究 你知道的, 像函数指针, 函数对象(functor)这类都是非常方便的用于回调, 由于解耦的方式;那么为什么还要弄一个lambda? 因为这是 C++, 这理由充分不? 技术 cpplambda 阅读全文 >>
2016-06-29 技术: C++11 并发库 techniques of thread in c++, not just only in posix linux 技术 boostcppthread 阅读全文 >>
2016-06-24 技术: Linux 编程三大件儿 main tools of linux programming(gcc, gdb, make) 技术 gccgdblinuxmake 阅读全文 >>
2016-05-23 技术: mysql-connector-cpp programming with mysql database in cpp language 技术 cppmysql 阅读全文 >>