【Ex4 to mq4 2018年最新版】,以及不用再花钱去买的各类【源码】
#include <atltime.h>
CTimeSpan time;
CTime t1(2015, 2, 19, 0, 0, 0); //起始时间
SYSTEMTIME tt;
GetLocalTime(&tt); //获取当前系统时间
CTime t2(tt);
time = t2 - t1; //时间差
CString t_str; //显示时间差到界面
t_str.Format(_T("%d"), time.GetDays());
GetDlgItem(IDC_EDIT1)->SetWindowText(t_str); |
|
|
|
|
RE: 【Ex4 to mq4 2018年最新版】,以及不用再花钱去买的各类【源码】 [修改] |
|
|
|
|