C/C++ Library scripts - Top 4 Download

C/C++ Library script downloads

Zodius

Zodius is a fast 2d vector graphics library. It intends to support Flash and SVG type paths including all filling and stroking types. The OO interface is very easy to use and requires little knowledge about graphics. ...

Compilercache

Compilercache is a wrapper script around your C and C compilers. Each time you compile something, the wrapperscript puts the result of the compilation into a cache. And once you compile the same thing again, the result will be picked from the cache instead of being recompiled. ...

libConfig

libConfig is a portable and flexible C library for reading configuration files which were written in C style syntax. This project allows you to write simple but powerful configuration files and use their in you C projects. Features: - The sintax of configuration file is like C , that is why ...

GNU Common C

GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from ...

GNU libavl

Binary search trees provide O(lg n) performance on average for important operations such as item insertion, deletion, and search operations. Balanced trees provide O(lg n) even in the worst case.GNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. It supports these kinds ...

TagManager

TagManager is a library for creating, managing and querying tags in a variety of languages. ...

Hashit

Hashit is a generic hash library. It provides different collision handling methods, which could be selected at table creation time and  has one common interface for all this methods. ...

Libcwd

Libcwd is a thread-safe, full-featured debugging support library for C developers. It includes ostream-based debug output with custom debug channels and devices, powerful memory allocation debugging support, as well as run-time support for printing source file:line number information and demangled type names. Features: - End-users of an application don't need to ...

libnetdude

libnetdude is a library for manipulating libpcap/tcpdump trace files. You may ask why this requires a new library. It provides abstractions on top of the libpcap paradigm that save developers a lot of time by focusing on the relevant parts of their applications. Moreover, libnetdude supports plugins (dynamically loaded libraries) that can ...