I'm migrating a project in MFC from Visual Studio 2010 to 2015.
In this process I discovered that _outp, among other commands, have been permanently removed.
In the MSDN (_outp, _outpw, _outpd) report that "These functions are deprecated. As of Visual Studio 2015, they are not available on the CRT. " but does not indicate anything that can replace them. I would like to know what I can use.