Bibliographie¤
Les références utilisées dans cet ouvrage sont les suivantes.
Normes¤
- ISO norme C 1999 - ISO/IEC 9899:1999 (9899:1999 pdf)
- ISO norme C 2011 - ISO/IEC 9899:2011 (9899:201x pdf)
- ISO norme C 2018 - ISO/IEC 9899:2018 (9899:202x pdf)
- POSIX - IEEE Std 1003.1-2017
- Unicode - Unicode 13.0
- IEEE 754 - IEEE 754-2008
- UML - OMG Unified Modeling Language (OMG UML), Superstructure, Version 2.5.1
- BPMN - OMG Business Process Model and Notation (BPMN), Version 2.0
Livres¤
- Le guide complet du langage C - Claude Delanoy, 844 pages (ISBN-13 978-2212140125)
- Le Langage C 2e édition - K&R, 304 pages (ISBN-13 978-2100715770)
- Cracking the coding interview - Gayle Laakmann, 687 pages (ISBN-13 978-0984782857)
- C : The Complete Reference, 4th Ed. - Osborne, 2.5 pounds (ISBN-13 978-0070411838)
- C Programming Absolute Beginner's Guide - Perry, 432 pages (ISBN-13 978-0789751980)
- Clean Code : A Handbook of Agile Software Craftsmanship - Robert C. Martin, 464 pages (ISBN-13 978-0132350884)
- Code Complete : A Practical Handbook of Software Construction - Steve McConnell, 960 pages (ISBN-13 978-0735619678)
- The Mythical Man-Month : Essays on Software Engineering - Frederick P. Brooks Jr., 336 pages (ISBN-13 978-0201835953)
- Gödel, Escher, Bach : An Eternal Golden Braid - Douglas R. Hofstadter, 824 pages (ISBN-13 978-0465026562)
- The Art of Computer Programming - Donald E. Knuth, 3168 pages (ISBN-13 978-0201896831)
- Numerical Recipes in C : The Art of Scientific Computing - William H. Press, 1232 pages (ISBN-13 978-0521750332)
- Introduction à la programmation - Karl Tombre, 178 pages - v1.3 - École des mines de Nancy
- Concepts fondamentaux de l'informatique - Alfred Vaino Aho et Jeffrey David Ullman, 872 pages (ISBN-13 978-2100031276)
Sites Web¤
- Un résumé du langage C - Learn X in Y minutes
- Référence C complète - C Reference
- Encyclopédie libre - Wikipedia
- Questions Réponses - StackOverflow
- Bac à sable pour expressions régulières - Regex101
- Documentation officielle - GNU C Library
- Documentation officielle - GNU Compiler Collection
- Documentation officielle - Clang