Visual Studio Code – Understanding the difference and implications of the /MT and /MD compiler options
In Visual Studio, I can compile my code using /MT or /MD [MSDN]. I think I don't understand all the implications that those options have. My current understanding is: (A) the "multi-threading" part which MSDN talks about has nothing to…