Category Archives: C++

Visual Studio sucks, NetBeans is coming along, IJ is slipping

I’ve been working on a decent sized C++ project recently and since the application will be used on a Windows server, I wanted to stay close to that platform. I fired up the latest Visual Studio 2008 version hot off … Continue reading

Posted in C++, IntelliJ, Java, Visual Studio | Tagged , , , , | 3 Comments

Setting up GoogleTest in VS 2008

I’m not a huge C++ developer nor a VS wizard, so I thought I would write down how I got GoogleTest setup in a C++ project I’m using VS 2008 for. Download it Add it as an existing project to … Continue reading

Posted in C++, Testing, Visual Studio | Leave a comment