How do I draw lines in C++? I need lines and circles for project! Linez should move in a circle such as radar.
Printable View
How do I draw lines in C++? I need lines and circles for project! Linez should move in a circle such as radar.
It depends on what GUI framework you use. In plain Win32 API there is for instance LineTo http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx