
6 Sep
2010
6 Sep
'10
10:59 a.m.
If you really want modern c++ gui programming, take a look at gtkmm. It uses a similar implementation of signals that boost has. It uses standard iterator paradigm everywhere it can. There is a good implementation of utf-8 strings that mimics std::string. The design of gtkmm is really good, far more powerfull than Qt. The only drawback is that there are a lot of bugs on Win32 and MacOs implementations that need to be addressed. where to find it : http://www.gtkmm.org