-
Archives
- July 2019
- February 2019
- June 2018
- October 2015
- August 2015
- April 2015
- March 2015
- July 2014
- November 2013
- September 2012
- August 2012
- July 2012
- February 2012
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- December 2010
- October 2010
- September 2010
- August 2010
- May 2010
- January 2010
- June 2009
- May 2009
- March 2009
- February 2009
- October 2008
- September 2008
- May 2008
-
Meta
Tag Archives: c++
20 ways to debug Qt signals and slots
Below are some suggestions for troubleshooting signals and slots in the Qt C++ library. 1. Check for compiler warnings about non-existent signals and/or slots. 2. Use break points or qDebug to check that signal and slot code is definitely reached: – the … Continue reading
Python is (not) better than C++
Python is a great programming language, but it’s being sold for the wrong reasons. In particular, it’s often compared favourably with C/C++. Continue reading