Lambda the Ultimate

inactiveTopic Standard C
started 12/2/2001; 9:05:19 AM - last post 12/2/2001; 9:05:19 AM
Ehud Lamm - Standard C  blueArrow
12/2/2001; 9:05:19 AM (reads: 275, responses: 0)
Standard C
(via Duncan's Jotter)

This document provides all the information you need to read and write programs in the Standard C programming language. It describes all aspects of Standard C that are the same on all implementations that conform to the standard for C. Whenever your goal is to produce code that is as portable as possible, this document tells you what you can count on. And by omission, it lets you know what you cannot count on -- nothing in this document is peculiar to any nonstandard dialect of C.


Posted to general by Ehud Lamm on 12/2/01; 9:05:30 AM