Practical system programming with C : pragmatic example applications in Linux and Unix-based operating systems /
This book teaches system programming with the latest versions of C through a set of practical examples and problems. It covers the development of a handful of programs, implementing efficient coding examples. Practical System Programming with C contains three main parts: getting your hands dirty wit...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York, NY :
Apress,
[2021]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Introduction to the Linux Environment
- 2. Multithreading in C.
- 3. Introduction to POSIX Standards and System Level APIs
- 4. Files and Directories
- 5. Processes and Signals
- 6. Interprocess Communication
- 7. Shared Memory
- 8. Socket Programming.