Discussion:
exceptions
(too old to reply)
Lars Schouw
2010-03-16 08:18:44 UTC
Permalink
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
Ulrich Eckhardt
2010-03-16 11:25:25 UTC
Permalink
Post by Lars Schouw
What are the alternatives to boost::format?
Aehm, what does boost::format have to do with exceptions?
Post by Lars Schouw
I want to make a function that formats the input in the argument I
pass in
sprintf, std::stringstream, CString::Format()
Post by Lars Schouw
[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
Continue reading on narkive:
Loading...