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

Please do my c++ homework !

Options
  • 14-12-2001 1:23am
    #1
    Registered Users 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 Posts: 1,481 ✭✭✭satchmo


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


  • Registered Users 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