Creating a User Interface with C++ & Visual Studio

closed account (365X92yv)
Hello there. I'm trying to create a multi timer program. I've gotten most of the groundwork done as far as the meat and potatoes goes, but I'm having trouble with something. Right now a command line program will not have the capabilities I'm striving for. With that I'd like to create an interface that is user friendly. The end goal would be to have a box to accept user input at any time as well as a couple boxes with start times, end times, and time remaining. I've been told that there are libraries that house everything I need. Is anyone here good with those libraries? I just need to know so I can start mapping out what it will look like. Thanks.

EDIT:

All of the "boxes" I mentioned will all be housed in one main box. Hope that I didn't confuse anything.
Last edited on
Would these boxes happen to be text boxes? Or are they graphical things with a different form of interaction than text?
closed account (365X92yv)
Text boxes. They would hold numbers, in the form of xx:xx. And there would be titles above boxes to label things.
Topic archived. No new replies allowed.