C and C++ programming
C and C++ allow the programmer to write program with high performance. They let the programmer acces to CPU feature on a very low level. I'll present her few articles I wrote, they will be on topics that seems interesting to me about the language.
Some notes about code optimization
Some notes about how to write clean code
A very strange bug that occured during the optimization of a program
A C programming primer and the corresponding
examples