2
votes
programmatically retrieve Visual Studio install directory
I'm sure there's a registry entry as well but I couldn't easily locate it. There is the VS90COMNTOOLS environment variable that you could use as well.
…
0
votes
How to set up unit testing for Visual Studio C++
I like the CxxTest as well for the same reasons. It's a header file only so no linking required. You aren't stuck with Perl as there is a Python runner as well. I will be reviewing the google libra …
