The Wisdom of Calvin
It seems like once people grow up, they have no idea what's cool.
-- CalvinMy Updates
- Happy New Years Everyone! http://t.co/PAvVMoN5 1 month ago
- I just got a $2 credit for Android apps from the @amazonappstore. Click http://t.co/Ap2vvvTa to get yours. #get2 4 months ago
- Bestbuy.com *still* doesn't have the 32GB Asus Transformer (since 5/13 if NowInStock.net is correct ==> http://t.co/ATlEPqE). 7 months ago
- Don't drink and tweet: http://t.co/6fcmteh 7 months ago
- @codinghorror Ok. I'd have to admit that it's a new term to me as well. 7 months ago
Archives
Tag Archives: C/C++
Round a Float to # of Significant Digits Following The Decimal Point
Unfortunately, this next couple of weeks I get to do some development in C, and have ran into the always lovely issue of rounding a floating point number within a given # of significant digits. First, the need to do … Continue reading
Unexpected Library Behavior: Part 1 – QCheckBox setCurrentText(QString&)
Anyone using the Qt 3.x libraries have probably run into the occasional oddity, however what I’ve discovered is a little too odd to not mention. When dealing with combo boxes, you generally find helper functions that provide accessors / modifiers … Continue reading