文件名称:vc++编写计算器运算
文件大小:2.21MB
文件格式:ZIP
更新时间:2016-05-30 10:27:27
计算器运算
学习范例 void CCalDlg::OnPaint() { if (IsIconic()) { CPaintDC dc(this); // device context for painting SendMessage(WM_ICONERASEBKGND, (WPARAM) dc.GetSafeHdc(), 0); // Center icon in client rectangle int cxIcon = GetSystemMetrics(SM_CXICON); int cyIcon = GetSystemMetrics(SM_CYICON); CRect rect; GetClientRect(&rect); int x = (rect.Width() - cxIcon + 1) / 2; int y = (rect.Height() - cyIcon + 1) / 2; // Draw the icon dc.DrawIcon(x, y, m_hIcon); } else { CDialog::OnPaint(); } }
【文件预览】:
计算器
----cal.clw(2KB)
----StdAfx.cpp(205B)
----resource.h(2KB)
----cal.plg(511B)
----cal.h(1KB)
----cal.dsw(514B)
----cal.cpp(2KB)
----cal.rc(6KB)
----Debug()
--------vc60.pdb(356KB)
--------vc60.idb(193KB)
--------cal.obj(12KB)
--------cal.pch(5.24MB)
--------cal.res(3KB)
--------cal.ilk(184KB)
--------calDlg.obj(28KB)
--------cal.pdb(345KB)
--------StdAfx.obj(103KB)
--------cal.exe(108KB)
----ReadMe.txt(3KB)
----calDlg.h(1KB)
----StdAfx.h(1KB)
----cal.aps(21KB)
----cal.ncb(65KB)
----res()
--------cal.rc2(395B)
--------cal.ico(1KB)
----cal.opt(54KB)
----calDlg.cpp(6KB)
----cal.dsp(4KB)