Now where's that include file?

Yeah, C++ refactoring is our biggest achievement for CDT 5.0. But
here’s one I found probably more useful in my day to day use of the CDT
(which is getting more and more lately which is awesome).

I have a burning need to learn GTK development. I have a little dialog
based app that needs to run on Windows, Linux, and Solaris. I have the
Windows version done using MinGW’s support for win32 programming (now
there is an experience for you). Now I need to implement the same thing
in GTK for Linux and Solaris.

Continue Reading ››