Analogue Clock on Visual Studio 2013

Hi everyone. I have a c++ project to make that includes an analogue clock. User will input a city from around the world and the output is an analogue clock that shows the time in that particular city. now the problem is i cant figure out how to add an analogue clock code to my c++ code on visual studio. ive tried EVERYTHING! opengl, sdl, QT, Turbo c++, you name it!but there's always some kind of error that i cant figure out what. im a student of Computer Engineering in 2nd semester and we havent even started graphics. so my only source of learning is the internet. so please, anyone help me out, give me some lead :(
Last edited on
QT is certainly a good choice. Here's the example for a analog clock:

http://doc.qt.io/qt-5/qtgui-analogclock-example.html
Topic archived. No new replies allowed.