Closed arthurmco closed 3 years ago
https://github.com/fmtlib/fmt. Some games use it, too
It seems safer than printf, because it checks type in compile-time
printf
And is supported by vcpkg and cmake.
We might need to change every printf and sprintf call to functions inside this one
sprintf
https://github.com/fmtlib/fmt. Some games use it, too
It seems safer than
printf
, because it checks type in compile-timeAnd is supported by vcpkg and cmake.
We might need to change every
printf
andsprintf
call to functions inside this one