Can anyone tells me how to display a numerical value in Visual C++ MFC Dialog interface?
Like l know MesssageBox("hello") will give a popup window display a string, but it doesn't work with any double or int...
In VBA, I can just say msgbox(1 & " plus " & 2 & " equal to " & 3)
which will show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.