2011-10-08 10:49:46 by Homer in Random Code that I think is really cool and deserves a special mention which is a really long name for a blog, would you not agree?
If you want to put a fixed breakpoint in your c++ program that will exist not only in debug builds but in ALL builds (even shipping) can be handy!
__asm
{
int 3;
};
inline asm in c++
[
Opening Post
About me

Messages: 4617
Topics in blog: 180
Categories
Views