readfile,CreateFile,ReadFile等API详解(或者说MSDN的翻译)

CreateFile,ReadFile等API详解(或者说MSDN的翻译)... [阅读全文]

readfile:C++ Win32API ReadFile()读取文件

直接一起来看吧:#include iostream.h #include Windows.h #include direct.h #include stdlib.h #include stdio.h void main() { unsigned long lpNumber=0; char lpBuffer[50]="";//文件读取的内容 char IP_path[80]=""; getcwd(... [阅读全文]
1 共1条 分1页