
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 04:04 AM
Woohoo! they both worked here 2kaud - many thanks. Do you know if to_string() is cross-platform compatible? I'm assuming it might be MSVC specific...
6 replies | 302 view(s)
-
Today, 03:19 AM
To get << to work with uuid you need to include boost/uuid/uuid_io.hpp. There's also to_string(). See...
6 replies | 302 view(s)
-
Today, 01:38 AM
Thanks wolle2 - it looks like boost::uuids::random_generator could work here, if only there was some way to convert the generated object to a string....
6 replies | 302 view(s)
-
Today, 12:39 AM
Maybe you could use Boost:
https://www.boost.org/doc/libs/1_69_0/libs/uuid/doc/uuid.html
6 replies | 302 view(s)
-
Yesterday, 10:57 AM
Thanks salem_c,I guess there are various tricks I can use to generate a unique file name but I just wondered if there's something already made for...
6 replies | 302 view(s)
-
Yesterday, 10:36 AM
A roundabout hacky way might be to use setenv() to make one of "TMPDIR, TMP, TEMP, TEMPDIR" point to your chosen directory.
But if you want a...
6 replies | 302 view(s)
-
Yesterday, 10:09 AM
IIUC std::tmpnam() creates a filename that's guaranteed to be unique - but without creating an actual file (i.e. it returns a name that you could use...
6 replies | 302 view(s)
|
Click Here to Expand Forum to Full Width
|