Thiago R. Adams website

Home CodeBlog Articles Downloads Links Books About

Websites

Windows assert

#include <crtdbg.h>
#ifdef assert
#undef assert
#define assert(x) _ASSERTE(x)
#else
#define assert(x) _ASSERTE(x)
#endif

Want to see more? Go to the CodeBlog section.

About the author: I am Thiago Adams. I work as a professional C++ software engineer. I have created this website to share ideas and source code with other people with similar interests.
I would like to hear from you comments, critics, questions and suggestions about this topic or any other part of this website. Email: thiago.adams at gmail dot com