Jun 23, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 What is the simplest and easiest way to draw lines, rectangles, and ellipses in visual C++?
Jun 24, 2002 #2 tchouch Programmer Joined Apr 18, 2001 Messages 300 Location DE Use CDC - class. Upvote 0 Downvote
Jun 24, 2002 #3 dharmon Programmer Joined Mar 30, 2002 Messages 18 Location US http://alleg.sourceforge.net Find a good graphics algorithm. Very easy to use. Portable to many systems and OSes. I use it with MSVC. dl_harmon@yahoo.com http://agdn.cjb.net Upvote 0 Downvote
http://alleg.sourceforge.net Find a good graphics algorithm. Very easy to use. Portable to many systems and OSes. I use it with MSVC. dl_harmon@yahoo.com http://agdn.cjb.net