⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read_file

📁 C实现的MUD,对大家基本入门网络游戏很有帮助!
💻
字号:
     rrrreeeeaaaadddd____ffffiiiilllleeee((((3333))))           MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))            rrrreeeeaaaadddd____ffffiiiilllleeee((((3333))))     NNNNAAAAMMMMEEEE          read_file() - read a file into a string     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          string read_file( string file, int start_line,                            int number_of_lines );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          Read a line of text from a file into a string.  The second          and third arguments are optional.  If only the first          argument is specified, the entire file is returned (as a          string).          The start_line is the line number of the line you wish to          read.  This routine will return 0 if you try to read past          the end of the file, or if you try to read from a          nonpositive line.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          write_file(3), read_buffer(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -