字符串的交并差课程设计 部分功能代码: void CMy1Dlg::OnButton1() //--------并操作 { UpdateData(true); m_C=""; UpdateData(false); Linklist l; Initlist(l); int i=0,j=0; int k=0
mfc计算器 课程设计:简易计算器,逻辑运算功能代码://计算器1Dlg.cpp:implementationfile//#include"stdafx.h"#include"计算器1.h"#include"计算器1Dlg.h"#include#ifdef_DEBUG#definenewDEBUG_NEW#und