How can I create an app that asks the users for input?

Hello,

I'm trying to create an app that does calculations based on the user's input.

I would like to record data is through an app that provides a drop down list of options

Could someone please provide some guidance, or tell me where to start?

Thank you!
Last edited on
Depends on the platform you're targeting. I'm assuming you're talking about a windows app, in which case you would start with a GUI library, I use wxWidgets or direct winapi myself.
Topic archived. No new replies allowed.