Welcome to Atalasoft Community Sign in | Help

October 2007 - Posts

Disgusting C-ism

I wrote some code that makes some assumptions about the length of int when converted to a string. This is in code that is strictly internal and is only ever called by internal code in very controlled circumstances. Still, when I wrote that assumption,
Posted by Steve Hawley | 0 Comments

Callbacks in C

I just finished writing some code that worked with a library in C. I don't use straight C every day anymore, so it really felt quaint to use it. I'm fairly language-ambivalent, but I found myself missing elements of the C++ world, yet I still hold a fondness
Posted by Steve Hawley | 0 Comments