Tag Archives: Project

Alternative to Solution Items/Folders

Solution items/folders are ubiquitous in the Visual Studio world. Open any given VS solution and chances are, you’ll see some floating around. Solution items are files which don’t logically belong inside a project. Solution folders are virtual directories which can be used to impose … Continue reading

Posted in Tools, Version Control | Tagged , , , , , , , , | Leave a comment

How to Add QT Support to an Existing Visual Studio Project

QT is a cool GUI framework and the Visual Studio add-in is pretty neat… it allows you to code and deploy C++/QT apps without having to deal with QT’s include directories, linker dependencies, environment variables and all that jazz. You … Continue reading

Posted in C++ | Tagged , , , , , , , | 6 Comments