資源簡(jiǎn)介
使用C 的IF來(lái)檢測(cè)帳密
代碼片段和文件信息
//?account.cpp:?主項(xiàng)目文件。
#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)建主窗口并運(yùn)行它
Application::Run(gcnew?Form1());
return?0;
}
評(píng)論
共有 條評(píng)論