Login Page - Create Account

Support Board


Date/Time: Fri, 04 Jul 2025 08:02:25 +0000



Post From: Is it possible to use sc.WriteFile() to write in text mode?

[2018-12-11 01:33:54]
ganz - Posts: 1048
User287992

bool WriteFile(const int FileHandle, const char* Buffer, const int BytesToWrite, unsigned int* p_BytesWritten);

https://en.cppreference.com/w/cpp/string/byte/strlen

std::size_t strlen( const char* str );