When
4:00 PM Saturday
Where
Rendezvous
Silicon Valley Code Camp : October 7 & 8, 2017session

Better Numeric Types in C++

This talk introduces a number library, CNL, which improves on the integers that C++ provides. It will also be valuable to anyone who wants a better grasp on how to use integers safely and effectively.

About This Session

It’s pretty hard to find a language which can crunch numbers as fast as C++. But much of its reputation for being an unsafe language comes from its numeric types. Is it possible to make numbers easier to use without slowing down your program? This talk looks at how to use custom arithmetic types to avoid errors such as overflow and truncation without paying more than you need to. I’ll cover many of the gotchas associated with integers and how to avoid them through good practices and a numerics library that I’m developing called CNL.

Time: 4:00 PM Saturday    Room: Rendezvous 

The Speaker(s)

undefined undefined

John McFarlane

SDE , A9.com

C++ programmer of twenty years, works at A9.com, author of the CNL library