Working diary
Showing posts with label
C_PLUSPLUS
.
Show all posts
Showing posts with label
C_PLUSPLUS
.
Show all posts
Saturday, 9 June 2018
Google Test
›
Embed Google Test into my work as a formal Unit Testing environment It's time to include Google test into my code base and make my dev...
Saturday, 12 May 2018
libcurl in Linux
›
Learn to use libcurl in Linux The objective of learning the libcurl is to implement a http access facility in my crawler program for a s...
Tuesday, 10 October 2017
CMake Learning 1
›
Here is a snippet collect of learning CMake tool, which replaces my autoconf tool sets. This is not a complete and clean version. A final ...
Saturday, 23 March 2013
C/C++ Programming Tips
›
Here, some useful tips or unknowns of C/C++ programming are listed for further reference: 1. Stand alone curly brackets in code. Sometime...
Saturday, 19 November 2011
Use LD_PRELOAD to load another version library before running
›
LD_PRELOAD is a fantastic method to debug the code or library. Basically, this just record other's work on the LD_PRELOAD and descript...
›
Home
View web version