How to really write an assert macro

Charles Nicholson has a great post up over at Power of Two Games on how to write a proper assert macro in C++.

I’m a big fan of C++, but the fact that Charles has managed to write a 1500 word article on how to write an assert macro is kinda worrying. It never occurred me before, but maybe programmers like C++ because its complicated, not in spite of it.

Leave a Comment