I am looking for standard tried and tested library in C language (Windows platform) which implements data structures like stacks, queues, trees etc.
I would prefer to have a source code along with it. Writing a library on my own is possible; however, I feel it may be better to opt for some industry standard implementation which may be optimised and less buggy.
Compiler is Visual Studio 2005/2008.
The Standard C Library has been an industry reference for real-time operation since it was introduced. Through many versions (K&R, ANSI, etc.) and revisions it has remained THE go-to book when you need to know how a standard library function works. Recommended for anyone using C, C++, C# etc.
The C standard library provides macros, type definitions and functions for tasks such as string handling, mathematical computations, input/output processing, memory management, and several other operating system services.
The ANSI C standard library consists of 24 C header files which can be included into a programmer's project with a single directive. Each header file contains one or more function declarations, data type definitions and macros. The contents of these header files follows.
In the gcc manual it is given that "The C standard library itself is stored in '/usr/lib/libc.
Glib
Download Glib for Windows here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With