Tag Archives: C++

C++ Namespace Alias

The other day, while I was reading up on Boost and TR1, I ran across an interesting feature called a namespace alias. With a namespace alias, you essentially call out a new namespace that will reference back to the one … Continue reading

Posted in General, Software Development | Tagged , , , | Leave a comment

QT 4.3.4

Earlier this morning, Trolltech release version 4.3.4 of their QT development solutions. From trolltech.com: Qt includes bug fixes made since the release of version 4.3.3 in December 2007. In addition to professional support, Trolltech commercial license holders receive regular releases … Continue reading

Posted in General, Software Development | Tagged , , , | Leave a comment