# BigFile **Repository Path**: ganrui/BigFile ## Basic Information - **Project Name**: BigFile - **Description**: 大于4G文件的读写 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: 大文件 ## README # BigFile #### 介绍 大于4G文件的读写 ``` cd path/to/BigFile mkdir build cd build cmake -S ../ -B ./ make ./BigFile ```