Herbert Schildt


Herbert Schildt is an American computing author, programmer and musician. He has written books about various programming languages. He was also a founding member of the progressive rock band Starcastle.

Life

Schildt holds both graduate and undergraduate degrees from the University of Illinois at Urbana-Champaign. He claims he was a member of the original ANSI committee that standardized the C language in 1989, and the ANSI/ISO committees that updated that standard in 1999, and standardized C++ in 1998.
Other members of the ANSI C committee have drawn his presence in the committee and the quality of his committee efforts into question.
Schildt has written books about DOS, C, C++, C# and other computer languages. His earliest books were published around 1985 and 1986. His books were initially published by Osborne, an early computer book publisher which concentrated on titles for the personal computer. After the acquisition of Osborne by McGraw-Hill, the imprint continued publishing Schildt's work until the imprint was subsumed completely into the larger company.

Little C

One of Schildt's most enduring projects is the Little C interpreter, which is a lengthy example of a hand-written recursive-descent parser which interprets a subset of the C language. The program was originally published in Dr. Dobb's Journal in August, 1989 entitled "Building your own C interpreter". This example was included in the books Born to Code In C, The Craft of C, and in a later edition of C: The Complete Reference.
Schildt's book The Art of C++ similarly features an interpreter for a language called Mini-C++. There is also a BASIC interpreter called Small BASIC in Turbo C: The Complete Reference, first edition, written in C, and another in The Art of Java written in Java.
Code for all these is available for download from the McGraw Hill technical books website, under each book.

Starcastle

In addition to his work as a computer scientist, Schildt is the original multi-keyboardist for the progressive rock band Starcastle, appearing on all of the group's albums, most of which were produced from 1976-1978. His style is distinguished by extensive use of Oberheim analog sequencers to create ethereal washes of sound colors, a pioneering technique which was quite cutting-edge for the pre-digital synthesizer period. He is also featured on the band's 2007 album "Song of Times."

Reception

Schildt is called "one of the world's foremost authors of books about programming" by International Developer magazine. He is featured as one of the rock star programmers in Ed Burns' book Secrets of the Rock Star Programmers. His books have sold in the millions, worldwide.
Schildt's books have a reputation for being riddled with errors. Their technical accuracy has been challenged by many reviewers, including ISO C committee members Peter Seebach and Clive Feather, C FAQ author Steve Summit, and numerous C Vu reviewers from the Association of C and C++ Users.
Other reviewers have been more positive, with one ACCU reviewer saying about Schildt's C: The Complete Reference, Fourth Edition that Schildt "has learnt something, not enough to receive positive acclaim but enough to remove the 'positively detrimental' epithet".