A comprehensive article on how to make a CTreeCtrl really virtual -- good for handling large data trees.
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.
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++!
Learn to implement exception handling mechanism in C++.
Learn about TypeScript: what it is, and its type system.
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.