j
k
j a
j l
10.05.2010 15:26, Saygin Arkan wrote:
Hi, I'm a newbie on boost. I've downloaded and used some features. I couldn't find how to cast uuid into string.
Hi, I'm a newbie on boost. I've downloaded and used some features.
I couldn't find how to cast uuid into string.
try: boost::lexical_cast<std::string>(u);
Back to the thread
Back to the list