I just picked up a 10-year old copy of O’Reilly’s Practical C, 3rd Edition from the library for some light reading. Mostly, I just wanted to see if I would learn anything (as a guage of my own C proficiency). I’m glad to announce that I learned almost nothing, until, that is, I read page […]
Qt allows you to connect signals to slots, but did you know that you can connect signals to other signals? This makes it easier in some cases to move events around.