21st century C C tips from the new school
Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C , you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted. Get past i...
Otros Autores: | , , , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly
2015.
|
Edición: | 2nd ed |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629198506719 |
Tabla de Contenidos:
- Preface
- Part I. The environment. Set yourself up for easy compilation
- Debug, test, document
- Packaging your product
- Version control
- Playing nice with others
- Part II. The language. Your pal the pointer
- Inessential C syntax that textbooks spend a lot of time covering
- Important C syntax that textbooks often do not cover
- Easier text handling
- Better structures
- Object-oriented programming in C
- Parallel threads
- Libraries
- Epilogue
- A. C 101.