Here's the next step for programmers who want to improve their C programming skills.<br />-- Complete coverage of disk files including sequential access, text, binary, and random access<br />-- Efficient tips and techniques for debugging C programs
Advanced C
โ Scribed by Herbert Schildt
- Publisher
- McGraw-Hill Osborne
- Year
- 1986
- Tongue
- English
- Leaves
- 348
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Introduces advanced programming techniques for the C programming language and covers sorts, searches, simulations, queues, stacks, binary trees, and memory models
โฆ Table of Contents
Front
Contents
Dedication
Introduction
1 A Review of C
2 Sorting and Searching
3 Queues, Stacks, Linked Lists, And Binary Trees
4 Dynamic Allocation
5 Interfacing to Assembly Language Routines and the Operating System
6 Statistics
7 Encryption and Data Compression
8 Random Number Generators and Simulations
9 Expression Parsing and Evaluation
10 Converting Pascal and BASIC to C
11 Efficiency, Porting, and Debugging
Appendices
A The C Statement Summary
B The C Standard Library
Index
โฆ Subjects
C; C Programming Language; Sorting; Searching; Queues; Stacks; Linked Lists; Binary Trees; Assembly Language; Statistics; Encryption; Data Compression; Random Number Generator; Expression Parsing; Expression Evaluation; Pascal To C; BASIC to C;
๐ SIMILAR VOLUMES
The complete programmer's guide to C success. Efficiency tips and techniques for debugging C programs and improving their speed, memory usage, and readability. Complete coverage of disk files including sequential access, text, binary and random access. Coverage of the internals of the standard heade
This book has several purposes. First, it introduces advanced parts of the C language.<br>It also describes changes in the ANSI standard, which is the only true definition of the<br>C language. In addition, the book contains much of what I have learned (often the<br>hard way) about C programming.<br