|
-
April 7th, 1999, 06:18 PM
#1
virtual draw??
This is in a Win32 console application. I have a hierarchy of classes that are shape objects such as circle and square, with a base class of shape. Im trying to find out how to draw the shapes...help I dont even know how to draw a line. Thank you, Libby
-
April 7th, 1999, 06:32 PM
#2
Re: virtual draw??
Check out the DRAWCLI sample. It illustrates drawing graphical objects.
You might find it easier to draw graphical objects with a GUI app.
-
April 7th, 1999, 06:48 PM
#3
Re: virtual draw??
Thank you very much. Im looking at it now, I really appreciate it, In my class we are just now learning about virtual functions and inheritance. This program that I have to turn has derived classes that calculate info on the shapes, such as area and perimeter. This function is for extra credit and they told us that it would be easier using a real windows application. Thank you again
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|