1//--生成GUID的代码 2//--相关程序/微软guidgen.exe 3 4#include "stdafx.h" 5#include <objbase.h> 6#include <stdio.h> 7 8//--生成GUID 9const char* newGUID()10 相关文章: