資源簡介
使用C 的IF來檢測帳密
代碼片段和文件信息
//?account.cpp:?主項目文件。
#include?“stdafx.h“
#include?“Form1.h“
using?namespace?account;
[STAThreadAttribute]
int?main(array?^args)
{
//?在創(chuàng)建任何控件之前啟用?Windows?XP?可視化效果
Application::EnableVisualstyles();
Application::SetCompatibleTextRenderingDefault(false);?
//?創(chuàng)建主窗口并運行它
Application::Run(gcnew?Form1());
return?0;
}
評論
共有 條評論