Generic Data Structures

An ANSI C library that provides generic data structures
Download

Generic Data Structures Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Dystopian Heaven
  • Publisher web site:
  • http://dystopiancode.blogspot.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 78 KB

Generic Data Structures Tags


Generic Data Structures Description

Generic Data Structures is a free C library that aims to provide type-independent data structures such as lists, sets, trees or arrays for the C programming language.A Generic Data Structures object contains 2 data structures:· An interface data structure which contains the object's genericbehaviors: · Copy (Used for creating a hard copy of the object) · Destroy (Used for freeing the memory occupied by the object) · Compare (Used for comparing 2 objects)· A generic pointer to another structure which should hold the object's attributes.


Generic Data Structures Related Software