
|
|
|
|
Home / Computers / Programming / Languages / C / Articles
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- Are You Ready For C99? - Kuro5hin story about the new ANSI and ISO standard.
www.kuro5hin.org/?op=displaystory;sid=2001/2/23/194544/139
- 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.
rojav.org
- 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)
www.cuj.com/articles/1999/9907/9907d/9907d.htm
- 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)
www.cuj.com/reference/articles/2001/0104/0104d/0104d.htm
|
|
|
|
|