On 02/20/08 05:37, Theunis Potgieter wrote:
I am no expert, but if they teach STL for C++ why not use that instead which is suppose to be type cast safe, instead of the older printf mechanism. I don't want to start a war on what the best method is. But just wanted to understand. Or would the cost in time be too high to convert everything?
I prefer the printf() format string way.
Klaus