cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Drawing a graphical timer
Drawing a graphical timer
Mar 12, 2012 at 6:53pm UTC
closed account (
365X92yv
)
I'd like to create a timer using C++ and then using a draw library I have, draw a box with a standalone timer. Any ideas?
Mar 12, 2012 at 7:31pm UTC
therockon7throw
(284)
first decide which GUI library to use :-)
Mar 13, 2012 at 12:05am UTC
closed account (
365X92yv
)
where can i find what the gui libraries are?
Mar 13, 2012 at 8:01am UTC
therockon7throw
(284)
ask Google
QT is one open source GUI library, compatable for both Unix/Windows OS, for C++.
MS VS Express Edition may also meet your need, I've not used it yet. However I think the last one should be easier than QT.
Topic archived. No new replies allowed.