More References

Standard C Library

The source code from The Standard C Library, by P.J. Plauger (Englewood Cliffs, N.J.: Prentice-Hall, 1992). Fifteen subdirectories have names that match the standard headers. These contain all the *.c files presented in the text. The directory headers contains all the *.h files presented throughout the text.

Source-Code: https://github.com/wuzhouhui/c_standard_lib

Standard C++ Library

Containers to extend STL: graph, tree, matrix, smart-pointer. Persistence (serialisation) of C++ data structures. Portability: subprocesses, TCP, file system. Reusable subsystems. Documentation is included in the download. The headers are intended to be readable, so look at them too for usage information on each function and class.

Source-Code: https://sourceforge.net/projects/stlplus/