Which library to use for C data structures with GCC
Hello all, I'm about to start a new project in C. I'm currently investigating a library for C data structures. I've found plenty of them. But which one would you recommend? I'm currently considering to use gdsl or glib . The important properties of a library for me is: Robustness and reliability of the code. Documentation. Readabilit...