January 28, 2004

Integer Handling with the C++ SafeInt Class

Ken pointed out on the SC-L mailing list that David LeBlanc published a paper on Integer Handling with the C++ SafeInt Class. David LeBlanc introduces a C++ template class that helps reduce the chances of incurring integer arithmetic errors in your code. The code is fast, flexible, and easy to use.

I have always liked David's writing (he wrote Writing Secure Code with Michael), and this is no exception.

Enjoy.

Posted by SilverStr at January 28, 2004 01:56 PM | TrackBack