i am trying to add numbers to a static text so i can make a…
Question Answered step-by-step i am trying to add numbers to a static text so i can make a… i am trying to add numbers to a static text so i can make a calculator in c++ GUI but all my teacher told us is how to make buttons and other things in the tool box and this one line of code CWnd * theText = GetDlgItem(IDC_TARGETTEXT);theText->SetWindowText(L”Aw yeeeeaaahhhhh”); but all this dose is replace the text in the static text and i need to be able to have multiple numbers so i can start can i please get help. Computer Science Engineering & Technology C++ Programming CS G175 Share QuestionEmailCopy link Comments (0)


