Cpp/Exámenes Resueltos (Segundo Semestre)/Junio2016_2/checkML.h

9 lines
206 B
C
Raw Normal View History

2019-06-20 13:06:16 +02:00
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
#ifndef DBG_NEW
#define DBG_NEW new (_NORMAL_BLOCK , __FILE__<5F>, __LINE__<5F>)
#define new DBG_NEW
#endif
#endif // _DEBUG