79198319

Date: 2024-11-17 22:59:40
Score: 3
Natty:
Report link

Set the buffering mode on the file stream.

setbuf(logFile, NULL);

https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setbuf?view=msvc-170

Updated: https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setvbuf?view=msvc-170

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tasty