Best of
Programming

1978

The C Programming Language


Brian W. Kernighan - 1978
    It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.

Programming the 6502


Rodnay Zaks - 1978
    Learn how to program in 6502 assembly language.

Etudes for Programmers


Charles Wetherell - 1978
    A collection of problems for "learning by doing," similar to real-life programming work.

Schaum's Outline of Programming with FORTRAN Including Structured FORTRAN


Seymour Lipschutz - 1978
    Topics covered in the text include program organization; numerical input/output; functions and subroutines; and programming techniques and numerical calculations. Solved problems are included to aid comprehension.

A FORTRAN Coloring Book


Roger Kaufman - 1978
    Each time through you pick up a bit more of the nitty-gritty detail. When you pick up an IBM manual, for instance, first flip through it looking for the jokes. There aren't any, so go back and flip through again, getting familiar with the overall idea. Then flip through from back to front, side to side, and top to bottom. If there's a centerfold, you're in the wrong publication! Each time through, you'll be looking for specific details connected with whatever you are doing at the time on the computer. After a while, the whole works will have seeped through your skin by osmosis." This introduction to FORTRAN works like that, squared. Or unsquared. Anyway, it's unlike any technical manual or textbook you've ever seen. You may think you're chuckling knowingly at some felicitous irreverence the author has craftily inserted, or gravely pondering a remark by one of his cartoon animals, or groaning over an especially outrageous pun. You may even think you're just coloring the giraffe yellow. But you're really learning FORTRAN—how to use it, how to keep it from using you—on the sly. High school kids can deal with it. The book will also appeal to, like, college sophomores, since it revels in a brand of collegiate humor that is just not going to go away, that is going to last—alas—through generations of computers. And sophomores, nowadays, are finding that FORTRAN is more often a prerequisite or academic requirement than is, oh, French, just to mention another popular modern language. The book teaches its readers all they need to know to get a start at programming real computers about such things as algorithms, the arithmetic "if," array storage, artichokes, assignment statements, branches, bugs (including those in programs), "call" statements, complex constants, conditional branches, control statements, dimension statements, "do" loops, dummy arguments, errors, exponential notation, floating point numbers, floormats, the Gauss-Seidel method, "go-to" statements, hierarchy, integer field specifications, Kaufman, line printers, logical assignment statements, mixed modes, nested implied "do" loops, parentheses, prunes, "read" statements, recursion relations, relational operators, specification statements, Spiro Whatsisname, storage, subprograms, "type" statements, unary and ornery operators, "write" statements, X-field specifications, and you-can't-get-there-from-here statements. That's not all, folks, and not in that order. Like any good book that's not a dictionary, this one is ordered in a functional rather than alphabetical way, but some of these topics think they deserve top billing, so... Roger Kaufman first tried out his coloring book in a course he taught to MIT freshmen. They liked it just fine, and said so in their "formal course evaluation." They probably learned FORTRAN better—more accurately, more memorably—than they would have from some stuffy text. Dr. Kaufman wrote the book. I mean, he wrote it, the actual words you see, with a pen. He also drew the pictures, diagrams, flow charts, and things.

The BASIC Handbook: An Encyclopedia Of The BASIC Computer Language


David A. Lien - 1978
    Everything you need to know about the BASIC computer language in one monumental reference book.

Computer Approximations


John Fraser Hart - 1978
    This handbook is intended to acquaint users with methods for designing function subroutines and, in the case of the most commonly needed functions, to provide them with the necessary tables to do so efficiently.

An Introduction to Programming and Problem Solving with Pascal


G. Michael Schneider - 1978