2
I’m migrating an MFC project from Visual Studio 2010 to 2015.
In the process I discovered that the _outp, among other commands, has been permanently removed.
In the MSDN (_outp, _outpw, _outpd) states that "These functions are obsolete. As of Visual Studio 2015, they are not available in CRT." but does not indicate anything that can replace them. I’d like to know what I can use.