14,99 €
inkl. MwSt.

Versandfertig in über 4 Wochen
payback
7 °P sammeln
  • Broschiertes Buch

The lint program checker has proven time and again to be one of the best tools for finding portability problems and certain types of coding errors in C programs. This book introduces you to lint, guides you through running it on your programs, and helps you to interpret lint's output. lint verifies a program or program segments against standard libraries, checks the code for common portability errors, and tests the programming against some tried and true guidelines. linting your code is a necessary (though not sufficient) step in writing clean, portable, effective programs. Contents include:…mehr

Produktbeschreibung
The lint program checker has proven time and again to be one of the best tools for finding portability problems and certain types of coding errors in C programs. This book introduces you to lint, guides you through running it on your programs, and helps you to interpret lint's output. lint verifies a program or program segments against standard libraries, checks the code for common portability errors, and tests the programming against some tried and true guidelines. linting your code is a necessary (though not sufficient) step in writing clean, portable, effective programs. Contents include: Overview of using lint - Dealing with lint' concerns: casting and delinting - lint comments - Using lint in detail: command line options, using lint with make, rolling your own lint library - Public domain programs - Under the hood: an inside look - Future directions.
Autorenporträt
Ian F. Darwin has worked in the computer industry for three decades: with Unix since 1980, Java since 1995, and OpenBSD since 1998. He wrote the freeware file(1) command used on Linux and BSD and is the author of Checking C Programs with Lint, Java Cookbook, and over seventy articles and several courses (both university and commercial) on C and Unix. In addition to programming and consulting, Ian teaches Unix, C, and Java for Learning Tree International, one of the world''s largest technical training companies. He runs BSD UNIX (OpenBSD and/or OS X) on all of his computers; the only Windows he has are made of glass and look out over the countryside north of Toronto.