您现在的位置:希赛软考学院 > IT英语 > 软考英语 > 正文
The C Container Library(附参考译文)[1]
http://www.csairk.com 作者:不详 来源:网络 2011年2月18日 发表评论 进入社区

  The C Container Library

  This page describes the work presented to the French C standardization committee of the AFNOR to be included in the next C standard. This is a preliminary work with the objective of finding out problems and issues with the sample implementation or the specifications of the container library.

  The objective here is to allow C programmers to use lists, hash tables, flexible arrays, bitstrings and many other containers without being forced to reinvent the wheel each time, and offering a standard interface that allows programs to use this library and remain portable.

  This proposal is divided in two parts:

  The specifications of a portable interface to be added to the future C standard. Each interface is described in detail and some sample code is added at the end. This document is both the specification and the documentation of the sample implementation.

  The sample implementation. This is proposed here to give an idea of how each compiler vendor could implement the library. It is NOT "the" implementation, it is one among many possible implementations. The code hasn't been tested a lot and may contain errors. To find those errors is one of the objectives here.

  Note: To avoid line endings problems (DOS or Unix line endings).

  to unzip the file. That will unzip the C text files with the correct line endings of your system Within that zip file you will find:(0) The changelog.

[1]  [2]  [3]  [4]