On Monday 19 of November 2012 22:48:09 steve wrote: > (...) > i have been on a 3 day course and have been reading the c++ primer, > and have effective c++ also, so i seem well equipped. the environment > i am to use is Qt based as it has to be cross platform, though we hope to > try to keep the core vanilla STL based. > (...)
frommy brief enounters with Qt: do use signal/slot mechanics. concise and seem to work well in both small and large (KDE-sized) projects. semi-related: qmake is one of few sane build tools in linuxland. based on simple text files, `mkspecs'. -- dexen deVries [[[↓][→]]] Reality is just a convenient measure of complexity. -- Alvy Ray Smith