我已經從linux計算機更改爲Windows,並且無法編譯我的代碼,因爲這兩個操作系統不共享相同的頭文件。 由於unistd.h中不包含明顯,視覺C不知道什麼read(),write(),close(),socklen_t()和bzero()功能。誰能幫我這個? 我GOOGLE了這一點:Is there a replacement for unistd.h for Windows (Visual
我有讀取功能的C++類的文件,即假定一個文件(就像Python做)的整個內容讀入緩衝區。然而,當我試圖從unistd.h中調用read函數,我得到: file.cpp:21: error: no matching function for call to ‘File::read(int&, char*&, int)’ file.cpp:17: note: candidates are: char*