Are You Ready For C99?
Kuro5hin story about the new ANSI and ISO standard. http://www.kuro5hin.org/?op=displaystory;sid=2001/2/23/194544/139
Restricted Pointers are Coming
Summarizes the motivation for the new type qualifier restrict and explains how to use it. Also shows a way to check how well compilers exploit the possibilities of restrict. (C/C++ Users Journal) http://www.cuj.com/documents/s=8050/cuj9907robison/
My Love-hate Relationship with C
C, most popular of all embedded languages, may be fun and efficient, but is a horrible language, with little to help make correct programs; a disaster, bizarre hodgepodge meant to give far too much control over computer. [Embedded.com] http://www.embedded.com/showArticle.jhtml?articleID=15306089
The New C: Declarations and Initializations
Takes a look at the many new options for when and how a variable begins its life in C99. (C/C++ Users Journal) http://www.cuj.com/reference/articles/2001/0104/0104d/0104d.htm