mfc계산기(메모리기능 추가), Microsoft VisualStudio 2008, VS2008, C++
페이지 정보
작성일 23-01-28 04:00본문
Download : calculator.zip
);
void CcalculatorDlg::OnBnClickedRstBtn() // =버튼
Download : calculator.zip( 36 )
if (next_value != 0)
mfc계산기(메모리기능 추가), Microsoft VisualStudio 2008, VS2008, C++
case 5:
m_StepFlag = 1;
m_dSaveValue -= next_value;
break;
SetDlgItemText(IDC_EDIT1, str); // 계산 결과값 출력
case 2:
}
{
}
break;
{
{
다. m_dSaveValue = sqrt(m_dSaveValue);
m_dSaveValue += next_value;
break;
}
{
str.Format(L%f, m_dSaveValue);
switch (m_OpFlag)
}
m_StepFlag = 1;
break;
}
case 6:
Visual2008 환경에서 개발, 상위버전에서 호환 가능 기초프로그래밍 실습에 도움
m_dSaveValue /= next_value;
double next_value;
case 4:
mfc계산기(메모리기능 추가), Microsoft VisualStudio 2008, VS2008, C++, 메모리기능 추가
Visual2008 environment(환경) 에서 개발, 상위버전에서 호환 가능
기초프로그래밍 실습에 도움





{
m_StepFlag = 1;
m_StepFlag =1;
break;
case 3:
설명
else
GetDlgItemText(IDC_EDIT1, str);
case 7:
m_dSaveValue = 0;
next_value = _wtof(str);
m_StepFlag = 1;
m_dSaveValue *= next_value / 100;
레포트 > 공학,기술계열
m_dSaveValue *= m_dSaveValue;
case 1:
SetDlgItemText(IDC_EDIT2, L=);
break;
순서
break;
str.TrimRight(L0);
CString str;
m_dSaveValue *= next_value;
if (m_OpFlag == 4 && next_value == 0)
m_StepFlag = 1;
str.TrimRight(L.);
m_StepFlag = 1;
SetDlgItemText(IDC_EDIT1, L0으로 나눌 수 없습니다.