K
koitaki
Hi,
Is it easy enough to build a form in VC++ that accepts numbers and
returns an answer?
I would like a form with
BoxA
BoxB
BoxC (which = BoxA + BoxB)
While the calculations are more involved, thats the gist of it.
I've spent all afternoon trying and I'm wondering just how complicated
is this seemingly trivial issue. My knowledge of C++ is limited to
fairly simple console numeric applications.
Thanks in advance if you can provide some useful advice.
Chris
Is it easy enough to build a form in VC++ that accepts numbers and
returns an answer?
I would like a form with
BoxA
BoxB
BoxC (which = BoxA + BoxB)
While the calculations are more involved, thats the gist of it.
I've spent all afternoon trying and I'm wondering just how complicated
is this seemingly trivial issue. My knowledge of C++ is limited to
fairly simple console numeric applications.
Thanks in advance if you can provide some useful advice.
Chris