Articles Languages Programming
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)
Top: Computers: Programming: Languages: C
Articles
See Also:
- 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]
- Are You Ready For C99? - Kuro5hin story about the new ANSI and ISO articles standard.
- 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)
MySQL - Cache Direct