Monthly Archives: August 2010

C++ GUI Libraries, QT and the Signals/Slots Paradigm

A bit about C++ GUI libraries, a bit about QT and a bit about its renowned Signals/Slots paradigm Continue reading

Posted in C++ | Tagged , , , , , , , , , | Leave a comment

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