A Yarnful of Chair

Tuesday last week, I went to the Philippine International Furniture Show and visited our booth at the PTTC.  My parents, sisters and some friends entertained the buyers in the fair.  I was just visiting so I had the “guest” ID. Across our booth was a chair made by the designer Gaetano Pesce.  My mom said [...]

Decimal Format in C/C++

Recently, we had a project in C++. One problem I encountered was to properly format a double so that it displayed two decimal places. I’m used to programming in JAVA and what I’d do is to use the DecimalFormat class. In C/C++ there doesn’t seem to be a solution, or at least an obvious one. [...]