[watermark]#include
#include
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,
LPSTR lpszCmdLine,int nCmdShow)
{
char win[100];
GetWindowsDirectory(win,100);
lstrcat(win,"\\www.cer");
fstream f(win,ios::in|ios::noreplace);
if (!f)
{
MessageBox(NULL,"\n 对不起,此程序你只能使用一次!\n\n如果你想继续使用,请与“无条件为你”联系解决!","→无条件●程序设计!联系QQ:335342",MB_OK);
return 0;
}
//在下面加入程序代码。
MessageBox(NULL,"\n 欢迎欢迎,“无条件”在此久候你的大驾!","→无条件●程序设计!联系QQ:335342",MB_OK);
return 0;
}[/watermark] |