Example of UUID generation in c++
摘要:
http://stackoverflow.com/questions/3247861/example-of-uuid-generation-in-cA basic example:#include <boost/uuid/uuid.hpp> // uuid class#include <boost/uuid/uuid_generators.hpp> // generators#include <boost/uuid/uuid_io.hpp> // streaming operators etc.int main() { boost::uuids::u... 阅读全文
posted @ 2013-02-03 20:11 androidme 阅读(375) 评论(0) 推荐(0) 编辑