Category Archives: C

C/C++ Assertions and Defining Your Own Assert Macro

This post talks about the C runtime assert statement, how it should be used and some of its pitfalls. A custom C++ assert macro is provided and discussed. Continue reading

Posted in C, C++ | Tagged , , , , , , , , | 1 Comment