This article discuss some ideas about the marching cube algorithm.
Programming by c for a cpp programmer
This article try to describe some differences between the c and cpp from the programming perspective.
Code review taolu
This blog describe some tips and experience about the code review.
cpp wait and condition variable
It always takes me lots of time to figure out details regarding to the wait, notify, and notify_all etc. This article contains several examples and we dive into details to figure out how they work.