주체못할파괴본능(디버그)
ASSERT, VERIFY
케이피
2008. 5. 19. 22:50
Chap 3
ASSERT : In the Release version of MFC, ASSERT does not evaluate the expression and thus will not interrupt the program.
VERIFY : In the Release version of MFC, VERIFY evaluates the expression but does not print or interrupt the program.