I'm working on a project that requires drawing binary trees.
The user needs to have the ability to output these drawings.
i supposed to use the MFC for that.
I don't have much experience with graphics programming so if anyone could point me in a direction to get started (ebooks, websites, lesson ,etc.) That would be great.
C++/MFC Graphics help please :(?
Use the "Treeview" Control for drawing your binary trees; it's a lot easier than starting with graphics from scratch.
The Treeview Control is the same type of control used to manage and display Directories and Folders; i.e. "Trees"
No comments:
Post a Comment