Data Structures in C++: A How Not To

In C++, Programming by timfanelli

It never ceases to amaze me the drastic impact our choice of datastructures has on application performance, and how little thought many developers seem to give it. I was charged …

C++ Expression Evaluation

In C++, Programming by timfanelli

I recently posted a link to Bjorne Stroustrup’s C++ FAQ, in which he points out that the value of: is undefined. I decided to throw together a couple little sample …

Bjarne Stroustrup’s C++ FAQ

In C++, Programming by timfanelli

That’s right, a C++ FAQ by Bjarne Stroustrup himself. I ran across this faq this morning while googling for the forgotten name of the famed designer of C++. This is …