如何在c ++中的特定时间后打开网站?

时间:2015-01-03 08:47:52

标签: c++

这是我的代码:

#include<iostream>
#include <windows.h>
using namespace std;
int main(){
  ShellExecute(0, 0, L"www.ldjgsdoij.com", 0, 0 , SW_SHOW ); 
  int i;cin>>i;
  return 0;
}

即使是客户,15分钟后如何打开此网站 www.ldjgsdoij.com 已运行exe文件并关闭它?

1 个答案:

答案 0 :(得分:4)