[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c

The C Containers library

jacob navia

5/8/2011 6:05:00 PM

Hi

I am continuing to progress in the specifications and the implementation
of this proposal for the standards committee.

o The observer interface is fully specified and implemented. This
interface allows to be notified when a change in an observed container
occurs.

o ValArrays are fully specified and implemented for the basic types of
the language.

o Masks have been added, specified, and implemented in certain contexts.

o I have been studying the new C++ standard, looking at similarities and
adding footnotes with translations from the ccl to the stl.

The current stand of the sample implementation and the documentation
can be viewed at:

http://code.google....

In the specifications I have tried to avoid the "legalese" language
using more the style of the RFCs that are written in a much more
accessible language but remain very clear as specifications.

jacob