Can I use Boost's format library to replace iostream?

Posted by CMW on Stack Overflow See other posts from Stack Overflow or by CMW
Published on 2010-05-01T13:41:20Z Indexed on 2010/05/01 13:47 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

Hi,

I don't like to use <iostream> in C++ Library. I prefer to use something that is similar to "printf" and "scanf" in <stdio.h>.

Can I use Boost's format library to replace <iostream> in all my C++ program ?

© Stack Overflow or respective owner

Related posts about c++

Related posts about stdio