Sglib 1.0.4

Sglib 1.0.4 Download Summary

  • Language: C/C++
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: GPL - GNU Public License
  • Databases: N/A
  • Downloads: 519
  • Released: Jun 21, 2007

Sglib 1.0.4 Description

Sglib is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for:
- sorting arrays
- manipulating linked lists
- manipulating sorted linked lists
- manipulating double linked lists
- manipulating red-black trees
- manipulating hashed containers
A basic set of functions (macros) is provided for each data structure. They cover insertion, deletion, search and iterator traversal of elements. Moreover, additional (specific) functions are provided for each data structure, such as, concatenation, reverse or sort for lists.

Sglib provides algorithms, not data structures. Algorithms implemented in Sglib operate on user's types, for example, list macros are operational for any data structure containing a pointer to the same type.

Sglib Bookmark

Hyperlink code:
Hyperlink for Forum code:

Sglib 1.0.4 Script Download Notice

Top 4 Download periodically updates information of Sglib 1.0.4 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Sglib 1.0.4 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

GNU Common C

... XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C application so that you need not write platform specific code. GNU Common C has been ported to compile nativily on most platforms which support either ...

hk classes

hk_classes is C library which allows rapid development of database applications with all features a modern database application should have like forms an reports. hk_classes is database and GUI independent. Features: - connect to a database server ( Dbase/Xbase, Firebird, MS Access/Mdbtools, Mysql, Paradox, ... SQLite or ODBC); - create and delete databases; - create, alter and delete tables and ...

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 ... other developers to use their tools. ibnetdude provides data types and APIs for the most common situations when dealing with libpcap ...

et6 library

et6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C . It is portable to both the Windows and Unix-like platforms. Requirements: · sigc++ - 2.0 ...

SGI Standard Template Library

... and de-allocating system memory.The STL is a generic  library, meaning that its components are heavily parameterized: almost every component in the STL is a template. ...