Is there anyone who have an example on how to use graphics in c++?? Something easy (??) like draw a line, or something ??
-=Abel=-
Printable View
Is there anyone who have an example on how to use graphics in c++?? Something easy (??) like draw a line, or something ??
-=Abel=-
You mean Windows API?
MoveToEx and LineTo are the functions you need.