Cross-platform, open source, lightweight and C(++). The example code on the website could use a little clean-up, but it's fine. Perfect! Thank you, sir.
How would you clean up the example code? I want the example code to be as clean as possible. Also, I must protest that it is C++. The library links against libc, not libstdc++, and the only non-C feature used in the source code is templates.
AndyKelley|10 years ago
binarycrusader|10 years ago
Also, templates don't always work equally well across compilers. You'd really be better off with pure C.
This looks like an excellent library, so please don't take that as criticism, just an observation.