Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Compilers Demystified: Function Pointers in Visual Basic 6.0
Published 06/21/2007
Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Discover a more advanced mechanics to help you find a balance in the artistic dance that is useful structured exception handling.
No error handling code and your application is doomed to the scrap heap. Too much, misapplied, or a poor application of error handling code and your error handling code causes the bugs. Learn about avoiding Errorcide!
Learn to implement exception handling mechanism in C++.
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.