Posts Tagged ‘Debugging’

When something’s rotten in the State of Denmark – I prefer to know! If you feel the same, and you have some C/C++-background: chances are that you know about assertions.
For everybody else: C/C++ programs can usually be compiled in two different modi, debug and release: in debug mode the following C source code line
[...]