April 2010
Intermediate to advanced
290 pages
6h 20m
English
Any commercially available programming language is able to communicate with disc data files. This communication process depends on the operating system under which the language is used. UNIX is the operating system under which C was developed originally. Nowadays, C compilers are available under most of the major operating systems. In fact, most of the I/O functions in C behaves in a consistent way across operating systems, though all the operating systems do not provide all the facilities available in UNIX. In this chapter, we will discuss how data disc files are used in C.
There are two levels with which reading and writing data stored on disc can be accomplished. They are high-level disc I/O ...
Read now
Unlock full access