x64 Debugging Posted on October 16, 2011a bunch of articles on x64 debugging and details[Read More]windows debugging
C++11 lambda- having fun with brackets! Posted on October 12, 2011notes on lambdas as introduced in C++11[Read More]C++ C++11
Algorithm is not a four letter word Posted on September 30, 2011a very nice presentation about algorithms[Read More]
Multithreading in C++11 - part 2 Posted on September 18, 2011multithreading in C++11 with std::thread[Read More]C++ C++11 multithreading parallel
Multithreading in C# - part 1 Posted on September 16, 2011Multithreading in C#[Read More]C++ C++11 multithreading parallel
Multithreading in C++11 - part 1 Posted on September 16, 2011multithreading in C++11 with std::thread[Read More]C++ C++11 multithreading parallel
0xCD 0xDD - understanding windows memory codes Posted on September 13, 2011windows memory codes for debugging[Read More]windows debugging
What Every Data Programmer Needs to Know about Disks Posted on August 22, 2011notes on how your application does IO[Read More]
All about 64-bit programming in one place Posted on August 15, 2011comprehensive collection of information about 64-bit programming[Read More]
Parallelism as a First Class Citizen in C and C++, the time has come Posted on August 14, 2011linked article by about parallelism from Intel[Read More]