
- Overload 110 PDF
- Overload 110 ePub
- Allow Me To Introduce Myself WEB PDF
By Frances Buontempo
Using data mining techniques to write an editorial. - Valgrind Part 3 Advanced memcheck WEB PDF
By Paul Floyd
Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them. - Black-Scholes in Hardware WEB PDF
By Wei Wang
The Black-Scholes model is a financial model. Wei Wang outlines its design and implementation for those who want to understand how algorithms can be implemented in hardware. - Replace User, Strike Any Key? WEB PDF
By Sergey Ignatchenko
There is a common perception in the IT industry that the user is the primary source of all the problems. Sergey Ignatchenko asks if this is true. - Simple Mock Objects for C++11 WEB PDF
By Michael Rüegg
New C++11 features can be used to implement mock objects for unit tests. Michael Rüegg shows us how he does this in Mockator. - Large Objects and Iterator Blocks WEB PDF
By Frances Buontempo
Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.