|
June 2007
June 22, 2007
Keeping Track of Objects
If you're tired of tracking down null pointer dereferences and invalid pointer dereferences, then you might be ready to try out the Object Registration and Validation (ORV) pattern. With it, you can perform consistent sanity checks to guarantee you don't use an object that no longer exists. Eric Gufford shows you how.
Posted by Kevin Carlson at 10:10 AM Permalink
|
June 11, 2007
Know Your Attributes
C++/CLI provides a way to describe your code to the runtime, or to specify certain behaviors at run time: They're called attributes. Rex Jaeschke describes some of these attributes provided by the .NET Framework in his latest article, "C++/CLI: Attributes."
Posted by Kevin Carlson at 01:49 PM Permalink
|
|