Drawing a graphical timer

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?
first decide which GUI library to use :-)
closed account (365X92yv)
where can i find what the gui libraries are?
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.