Archive for June, 2008
After some brief searching, I found a way to create my own custom printf() wrapper functions. The technique is rather simple. Declare a function that accepts a format string and a varying number of further arguments. Pass said string and arguments to fprintf. Do anything else desired before and after[ READ MORE ]
I decided to write a quick utility that I could use from the command line to view a number in all three formats. Hence, I present you with nf, short for 'number format'[ READ MORE ]
I write some introductory tutorials covering various programming topics for Ozzu.com from time to time. At the moment I have written three C++ tutorials, which can be found below. Defining and Overloading Operators in C++ C++ Exceptions C++ Classes, Part 1 I always welcome feedback on these, either here or on the forums. [ READ MORE ]