Can I compile and debug (run) a single C++ file in Visual Studio 2012? (How to avoid creating too many projects)

Although it’s too late to add this answer, but it might be useful to the future-viewers. This is what I did – While trying to figure out how to use Visual Studio for the very same purpose you asked, I observed and found that for a C++ project, there should be only one starting point, … Read more