|
|
|
|
|
by lmm
36 days ago
|
|
> The Win32 API. E.g. using WriteFile to write files (https://learn.microsoft.com/en-us/windows/win32/api/fileapi/...) Which is called from what, if not C? Does windows really offer no API for writing text (rather than bytes) to files? Or does it rely on the application developer to manage line endings in their own code? Neither of those sounds very developer-friendly. |
|
And you can of course use non-C languages to call the Win32 API. Or even directly using assembly code.