top | item 10172665

(no title)

andresmanz | 10 years ago

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.

discuss

order

AndyKelley|10 years ago

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.

binarycrusader|10 years ago

Unfortunately, just the use of templates may require linking to parts of some compiler's C++ runtime in some cases, depending on how they're used.

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.