Search code examples
c++11uuid

Can I generate UUID in C++11?


Is there any build-in facility that allows to generate UUID in C++11 without using any adidtional libraries?


Solution

  • Reposted from comment:

    Built-in facility, no. But if you use a third party library (as opposed to OS functionality), I strongly recommend Boost.UUID.