摘要:
#include "stdafx.h"#include #include #define BUF_SIZE 256BOOL cci_f(LPCTSTR,LPCTSTR,DWORD);int _tmain (int argc, LPTSTR argv []){ if(argc != 4) {pri... 阅读全文
posted @ 2014-03-14 14:50
上海—Michael
阅读(438)
评论(0)
推荐(0)
摘要:
CString csPlus;CString csSummand;m_PlusNumber.GetWindowTextW(csPlus);m_Summand.GetWindowTextW(csSummand);int nPlus = atoi(csPlus.GetBuffer(0)); //将编辑框... 阅读全文
posted @ 2014-03-14 14:07
上海—Michael
阅读(1737)
评论(0)
推荐(0)
浙公网安备 33010602011771号