首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

哪位高手知道c++6.0下vmp保护代码的sdk在哪下载

2012-03-06 
谁知道c++6.0下vmp保护代码的sdk在哪下载int GetMaxCount(int a,int b){VMProtectBegin//开始保护int c

谁知道c++6.0下vmp保护代码的sdk在哪下载
int GetMaxCount(int a,int b)
{
VMProtectBegin//开始保护

int c = a+b;
if(c> 100)
{
return a;
}

VMProtectEnd//保护结束

return c;


}


int _tmain(int argc, _TCHAR* argv[])
{
int c = GetMaxCount(11,10);
printf("max count :%d \n",c);
return 0;
}

希望各位帮我看看,我已经下载很多vc98了还是不行

[解决办法]
你要正版还是。。?

热点排行