cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How can I create an app that asks the us
How can I create an app that asks the users for input?
Dec 21, 2015 at 7:13pm UTC
sakonpure6
(108)
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
Dec 21, 2015 at 7:13pm UTC
Dec 21, 2015 at 7:58pm UTC
wizebin
(148)
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.