From: Lars Schouw on 16 Mar 2010 04:18 What are the alternatives to boost::format? I want to make a function that formats the input in the argument I pass in, but don't want to use boost. Lars
From: Ulrich Eckhardt on 16 Mar 2010 07:25 Lars Schouw wrote: > What are the alternatives to boost::format? Aehm, what does boost::format have to do with exceptions? > I want to make a function that formats the input in the argument I > pass in sprintf, std::stringstream, CString::Format() > [I] don't want to use boost. You seem to want what it provides, but you don't want to use it? Why? In any case, you can always clone the interface and implement it yourself, silly as that would be. Uli -- C++ FAQ: http://parashift.com/c++-faq-lite Sator Laser GmbH Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
|
Pages: 1 Prev: Is this partial template specialization possible? Next: alternative fro boost::regex |