Description: Display interface on the basis of the binary tree of C++ templates added. Binary tree interface to create, insert, modify, traverse, and other functions. Node overlap some judgment and correct, but there is BUG. This program can provide some help for MFC entry and the study of data structures. Custom buttons, custom message, and the graphics redrawn to obtain the window handle of the various methods.
To Search:
File list (Check if you may need any files):
MFC二叉树\MFCBinaryTree\BinaryTree.cpp
.........\.............\BinaryTree.h
.........\.............\BinaryTreeNode.h
.........\.............\def.h
.........\.............\DisplayBinaryTree.cpp
.........\.............\DisplayBinaryTree.h
.........\.............\Leaf.cpp
.........\.............\Leaf.h
.........\.............\MEMDC.cpp
.........\.............\MEMDC.h
.........\.............\MFCBinaryTree.aps
.........\.............\MFCBinaryTree.clw
.........\.............\MFCBinaryTree.cpp
.........\.............\MFCBinaryTree.dsp
.........\.............\MFCBinaryTree.dsw
.........\.............\MFCBinaryTree.h
.........\.............\MFCBinaryTree.ncb
.........\.............\MFCBinaryTree.plg
.........\.............\MFCBinaryTree.rc
.........\.............\MFCBinaryTreeDlg.cpp
.........\.............\MFCBinaryTreeDlg.h
.........\.............\ReadMe.txt
.........\.............\Record.txt
.........\.............\resource.h
.........\.............\StdAfx.cpp
.........\.............\StdAfx.h
.........\.............\res\MFCBinaryTree.ico
.........\.............\...\MFCBinaryTree.rc2
.........\.............\...\Thumbs.db
.........\.............\MFCBinaryTree.opt
.........\ReadMe.txt
.........\MFCBinaryTree\res
.........\MFCBinaryTree
MFC二叉树