How To Enter and Add Two Numbers on a Form?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top