Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Please do my c++ homework !

  • 14-12-2001 12:23am
    #1
    Registered Users, Registered Users 2 Posts: 2,281 ✭✭✭


    the question: Write an MFC program which manipulates a 3D wireframe object, displayed in perspective.


    (i can do the maths, im stuck on this bit:)
    Then, use mem_dc.Ellipse() to draw the vertices, and mem_dc.Polygon() to draw the faces.


    anyone ever used those functions? what parameters do they take? whay .h files are needed to be included to call them?


Comments

  • Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭satchmo


    No idea myself, begone to the MSDN Library with you!


  • Registered Users, Registered Users 2 Posts: 332 ✭✭spod


    mem_DC is probably an in memory copy of a graphics device context, Polygon() and Ellipse() are just functions which when you pass them a brush and co-ordinates etc. will draw to your graphics device context.

    wonderful mfc fun, sigh, 2ba3.. those were the days..


Advertisement