Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 02:58:00 +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 );