上传者: baidu_15846951
|
上传时间: 2021-06-08 11:57:00
|
文件大小: 290KB
|
文件类型: PDF
课程设计信用卡授权,CWinApp theApp;
using namespace std;
int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
int nRetCode = 0;
// initialize MFC and print and error on failure
if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
{
// TODO: change error code to suit your needs