Visual Studio 2015 - snprintf function behavior!

  • Thread starter Thread starter Paulo E O Filho
  • Start date Start date
P

Paulo E O Filho

Guest
Hi, all!

We are migrating our application from C++ Builder 5.0 to Visual Studio 2015. Recently, we discovered the following about snprintf function: "Beginning with the UCRT in Visual Studio 2015 and Windows 10, snprintf is no longer identical to _snprintf. The snprintf function behavior is now C99 standard compliant."

Is there any way in Visual Studio 2015 to see this change? For example, at build output or documentation.

Thanks in advance.

Continue reading...
 
Back
Top