Book description
Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With 21st Century C, you’ll discover up-to-date techniques that are absent from every other C text available. C isn’t just the foundation of modern programming languages, it is a modern language, ideal for writing efficient, state-of-the-art applications. Learn to dump old habits that made sense on mainframes, and pick up the tools you need to use this evolved and aggressively simple language. No matter what programming language you currently champion, you’ll agree that C rocks.
- Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers
- Use Autotools, C’s de facto cross-platform package manager
- Learn which older C concepts should be downplayed or deprecated
- Explore problematic C concepts that are too useful to throw out
- Solve C’s string-building problems with C-standard and POSIX-standard functions
- Use modern syntactic features for functions that take structured inputs
- Build high-level object-based libraries and programs
- Apply existing C libraries for doing advanced math, talking to Internet servers, and running databases
Publisher resources
Table of contents
- A Note Regarding Supplemental Files
- Preface
-
I. The Environment
- 1. Set Yourself Up for Easy Compilation
- 2. Debug, Test, Document
- 3. Packaging Your Project
- 4. Version Control
- 5. Playing Nice with Others
-
II. The Language
- 6. Your Pal the Pointer
- 7. C Syntax You Can Ignore
- 8. Obstacles and Opportunity
- 9. Text
- 10. Better Structures
- 11. Object-Oriented Programming in C
- 12. Libraries
- Epilogue
- Glossary
- Bibliography
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: 21st Century C
- Author(s):
- Release date: October 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449327149
You might also like
book
21st Century C, 2nd Edition
Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its …
book
Extreme C
Push the limits of what C - and you - can do, with this high-intensity guide …
book
Modern C
Modern C focuses on the new and unique features of modern C programming. The book is …
book
Effective C
The world runs on code written in the C programming language, yet most schools begin the …