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.

Detalles Bibliográficos
Autor principal: Griffiths, David, 1969- (-)
Otros Autores: Griffiths, Dawn (editor), Sawyer, Brian, editor
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing ; Sebastopol, California : O'Reilly [2012]
Edición:First edition
Colección:Head first series
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628729206719
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
  • C Lab 2 : Arduino
  • 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
  • C Lab 2 : OpenCV
  • 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
  • C Lab 3 : Blasteroids
  • Leftovers : the top ten things (we didn't cover)
  • C topics : revision roundup.