C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
2,759 questions
As @David Lowndes indicated there were changes to the CRT between VC++ 2010 and VC++2015. In fact, the changes were a complete refactoring and broke any old code that relied on undocumented features of the VC++ 2010 CRT. You can read more at upgrade-your-code-to-the-universal-crt and the older the-great-c-runtime-crt-refactoring