How to make a virtual tree control -- really virtual
- Published 01/18/2010
A comprehensive article on how to make a CTreeCtrl really virtual -- good for handling large data trees.
A comprehensive article on how to make a CTreeCtrl really virtual -- good for handling large data trees.
Learn what callback functions are, what they help us achieve, and how to use them.
Write an callback method that is as object-oriented as possible.
See how callbacks can be done in a flexible way in C++!