论坛诚征学习社区版务

查看完整版本: Essential C

carpenters 2007-6-23 10:50

Essential C

Essential C
By Nick Parlante Copyright 1996-98, Nick Parlante

river_side1 2007-7-23 10:28

本书简介

Essential C   
By Nick Parlante Copyright 1996-98, Nick Parlante
Language: English
Publisher & ISBN:
(This is document #101, Essential C, in the CS Education Library at Stanford. This and other educational materials are available for free at [url]http://cslibrary.stanford.edu/.[/url] This article is free to be used, reproduced, excerpted, retransmitted so long as this notice is clearly reproduced at its beginning.)
Abstract
This article explains the features of the C language. The coverage is pretty quick, so it is most appropriate for someone with some programming background who needs to see how C works. Topics include variables, int types, floating point types, promotion, truncation, operators, control structures (if, while, for), functions, value parameters, reference parameters, structs, pointers, arrays, the pre-processor, and the standard C library functions.
页: [1]
查看完整版本: Essential C