Code Kata: Project Euler #1
Posted by md
on March 30, 2008
Following the example of doing code katas, I spend my sunday morning thinking about integer performance in C++. Project Euler provides a nice collection of mathematical problems. As it turns out, some of my assumptions on C++ were totally wrong :-)
Continue reading…