thisismyuname 0 Newbie Poster

Hallo All,

I am a beginner in C++ and currently need help in finishing the following task:

I need to write an UDP code(C++) which sends and receives a random number (between 0 to 100). On the receiver's side there must be an User Interface showing the number received graphically. Graphically means say I received number 50 then the User interface must have something like an analog clock with values starting from 0 to 100 (like 0,10,20,30,40 ...100) and only one hand(like minute hand). Depending upon the number received the hand should point that particular number.

I think I can use Qt for UI but dont know how to use custom widgets and also how to move the hand based on the number received.

Can anybody please help me. Thanks in advance.