Monthly Archives: October 2008

Visual Studio 2010 preview released

Today Microsoft released a preview of the Visual Studio 2010 with partial C++0x support. This should be also based on their new, Phoenix based compiler, and brings the most important features like auto, rvalues and lambdas. There is a post … Continue reading

Posted in Programming | Leave a comment

The quest for the right UI toolkit

Graphical user interfaces are not really a new invention, and still, I don’t see that any vendor has come up with a really good toolkit for creating GUIs. What’s taking them so long, and where are we actually heading with … Continue reading

Posted in Programming | 3 Comments

Reading recommendation: Pragmatic programmer

If you really enjoy programming, then this book is for you: The pragmatic programmer. Finally a book that does not try to put programming into a software engineering corset, but treats it more as a craft. Of course you still … Continue reading

Posted in Programming | Leave a comment

Back, catching up

I’ve been totally cut off for the last two weeks (no internet access at all; the posts you saw were pre-recorded), and quite a lot happened in these two weeks. Coming back, I’ve found: A new version of AnkhSVN CMake … Continue reading

Posted in General, Programming | Leave a comment