- Hands-On System Programming with C++
- Dr. Rian Quinn
- 110字
- 2021-07-02 14:42:28
File input/output
Reading and writing to a file is another common use case for most applications that requires making system calls.
It should be noted that on POSIX-compliant systems, reading and writing to a file descriptor doesn't always mean reading and writing to a file on a storage device. Instead, the system calls you make write to character or block devices. This could be a storage device, but could also be a console device, or even a virtual device such as /dev/random, which provides random data when read.
In Chapter 8, Learning to Program File Input/Output, we will provide more information about file input/output system programming.
推薦閱讀
- 數(shù)據(jù)分析實戰(zhàn):基于EXCEL和SPSS系列工具的實踐
- Unity 5.x Game AI Programming Cookbook
- 信息系統(tǒng)與數(shù)據(jù)科學
- Learning JavaScriptMVC
- 數(shù)據(jù)庫應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- Sybase數(shù)據(jù)庫在UNIX、Windows上的實施和管理
- LabVIEW 完全自學手冊
- 達夢數(shù)據(jù)庫運維實戰(zhàn)
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- 云數(shù)據(jù)中心網(wǎng)絡(luò)與SDN:技術(shù)架構(gòu)與實現(xiàn)
- Spark分布式處理實戰(zhàn)
- 大數(shù)據(jù)時代系列(套裝9冊)
- 一本書讀懂大數(shù)據(jù)
- 大數(shù)據(jù)隱私保護技術(shù)與治理機制研究
- ECharts數(shù)據(jù)可視化:入門、實戰(zhàn)與進階