|
|
|
|
|
by pjmlp
3167 days ago
|
|
I did it in practice, during the MFC's glory days, several years ago. Making use of ASSERT_VALID(), VERIFY(), AfxCheckMemory(), AfxIsValidAddress(), AfxIsMemoryBlock() and many other helper functions. A style enforced at the company's code reviews, which helped a lot our code quality. |
|