Object Oriented Programming in C
If you are stuck with C in one way or another, you will be able to do object programming in ANSI C with the approach presented in article.
url: r.j.versluis.bei.t-online.de/
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]
url: www.embedded.com/showArticle.jhtml?articleID=15306...
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)
url: www.cuj.com/reference/articles/2001/0104/0104d/010...
Are You Ready For C99?
Kuro5hin story about the new ANSI and ISO standard.
url: www.kuro5hin.org/?op=displaystory;sid=2001/2/23/19...
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)
url: www.cuj.com/documents/s=8050/cuj9907robison/