![]() |
|
Online
There are 23 unlogged users and 0 registered users online.
You can log-in or register for a user account here. |
![]() Topic: BugsThe new items published under this topic are as follows.Useful Debugging MacrosPosted by: turing on Sunday, January 05, 2003 - 12:04 AM
1545 Reads
MFC comes with a set of several useful debugging macros. We've all used these macros numerous times and are quite familiar with them. How many times, however, have you been writing a piece of non-MFC code and wished you had the same macros available? Standard C/C++ come with only one macro that is at least similar to the MFC ASSERT macro, namely assert. However, this particular assertion macro is not as elegant as the MFC version which drops you directly into the code at the line of the assertion.
Or maybe you have some debugging needs that go beyond those available by the MFC macros. Maybe you're trying desperately to track down a memory over run bug, for instance. Hopefully, this article will come to your rescue for these problems! |
|
|||||||||||||||||||||||||||
| What's Your Style? |