Head first C /
Learn key topics such as language basics, pointers and pointer arithmetic, dynamic memory management, multithreading, and network programming. Learn how to use the compiler, the make tool, and the archiver.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly,
2012.
|
Edición: | 1st ed. |
Colección: | Head first series.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Getting started with C : diving in
- Memory and pointers : what are you pointing at?
- Strings : string theory
- Creating small tools : do one thing and do it well
- Using multiple source files : break it down, build it up
- Structs, unions, and bitfields : rolling your own structures
- Data structures and dynamic memory : building bridges
- Advanced functions : turn your functions up to 11
- Static and dynamic libraries : hot-swappable code
- Processes and system calls : breaking boundaries
- Interprocess communication : it's good to talk
- Sockets and networking : there's no place like 127.0.0.1
- Threads : it's a parallel world.