|
Boost : |
From: Misha Bergal (mbergal_at_[hidden])
Date: 2003-05-28 13:45:26
"Vladimir Prus" <ghost_at_[hidden]> wrote in message
news:bb1e87$gc7$2_at_main.gmane.org...
> I think it's better to wait for Unicode users to formulate what's needed.
It
> seems, for example, that the last approach would work better for me on
> Linux.
Visual C++
int
wmain( int argc, wchar_t* argv )
{
std::wcout << L"Hello, world!"<< std::endl;
std::wcout << ( boost::wformat( L"Hello, %s" ) % L"world" ).str() <<
std::endl;
...
}
That's what I have, I am not sure I want the differrnt usage for
boost::program_options
Misha
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk