Chris said :

" I almost exclusively use C-style formatted strings, even sometimes going to 
the extent of using fopen() just so I can use fprintf() rather than fstream. 
Also, I often create a class something like this: "

Ditto all that, to include the special class I cooked up to handle printf 
issues in an object based way.

In general, I liked all the C++ additions a lot. I really liked the STL. But I 
don't know what Bjarne was thinking with the streams.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to