Guest User

Untitled

a guest
Dec 15th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <boost/multiprecision/cpp_int.hpp>
  2.  
  3. using namespace boost::multiprecision;
  4.  
  5. int128_t v = 1;
  6.  
  7. struct GUID
  8. {
  9. uint32_t Data1;
  10. uint16_t Data2;
  11. uint16_t Data3;
  12. uint8_t Data4[8];
  13. };
  14.  
  15. struct GUID
  16. {
  17. uint8_t Data[16];
  18. };
Add Comment
Please, Sign In to add comment