boost-uuid

How to generate boost uuid from string at compile time

Hi, is there a way to generate a boost uuid from a string like 988A00C4-79F3-46f9-98CD-D5AD4AA2A0FE at compile time? ...

Example of UUID generation in c++

Hi everyone, I'm quite a newbie in c++ and I want to generate just random UUID's, as it is just important for instances in my program to have unique identifiers. I looked into Boost UUID, but I can't manage to generate the UUID because I don't understand which class and method to use. In Java it is as simple as java.util.UUID.randomUU...