tags:

views:

44

answers:

0

Hi, I am porting a VC++ application to android, and part of it requires using datatypes GUID. What would be a compatible type for Android NDK. I know Android provides support for UUID in Java framework, but I am interested in C/C++. Thanks!