- Format
- Häftad (Paperback)
- Språk
- Engelska
- Antal sidor
- 805
- Utgivningsdatum
- 2000-05-01
- Upplaga
- 4
- Förlag
- McGraw Hill
- Medarbetare
- Jaeschke, Rex (foreword)
- Illustrationer
- M.
- Dimensioner
- 232 x 190 x 56 mm
- Vikt
- Antal komponenter
- 1
- ISBN
- 9780072121247
- 1640 g
Du kanske gillar
-
C: The Complete Reference
529- Skickas inom 7-10 vardagar.
- Gratis frakt inom Sverige över 199 kr för privatpersoner.
Passar bra ihop
De som köpt den här boken har ofta också köpt Tomorrow, And Tomorrow, And Tomorrow av Gabrielle Zevin (häftad).
Köp båda 2 för 685 krKundrecensioner
Har du läst boken? Sätt ditt betyg »Fler böcker av Herbert Schildt
-
Java: A Beginner's Guide, Ninth Edition
Herbert Schildt
-
C/C++ Programmer's Reference
Herbert Schildt
-
Java: A Beginner's Guide, Eighth Edition
Herbert Schildt
-
Herb Schildt's C++ Programming Cookbook
Herbert Schildt
Övrig information
Herbert Schildt is a world leading programming author. He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best sellers including C: The Complete Reference, Java 2: The Complete Reference, Java 2: A Beginner's Guide, C#: A Beginner's Guide, and many more. Schildt holds a master's degree in computer science from the University of Illinois.
Innehållsförteckning
Part I: Foundational C.
1. An Overview of C.
2. Expressions.
3. Statements.
4. Arrays and Strings.
5. Pointers.
6. Functions.
7. Structures, Unions, Enumerations, and typedef.
8. Console I/O.
9. File I/O.
10. The Preprocessor and Comments.
Part II: The C99 Standard.
11. C99.
Part III: The C Standard Library.
12. Linking, Libraries, and Headers.
13. I/O Functions.
14. String and Character Functions.
15. Mathematical Functions.
16. Time, Date, and Localization Functions.
17. Dynamic Allocation Functions.
18. Utility Functions.
19. Wide-Character Functions.
20. Library Features Added by C99.
Part IV: Algorithms and Applications.
21. Sorting and Searching.
22. Queues, Stacks, Linked Lists, and Trees.
23. Sparse Arrays.
24. Expression Parsing and Evaluation.
25. AI-Based Problem Solving.
26. Building a Windows 2000 Skeleton.
27. Software Engineering Using C.
28. Efficiency, Porting, and Debugging.
Part VI: A C Interpreter.
29. A C Interpreter.