#include <Windows.h> #include <string> int main() { // Open a handle to the file HANDLE hFile = CreateFile( L"C:\\NewFile.txt", // Filename GENERIC_WRITE, ...
確定! 回上一頁