Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.466.682 Times

Ansi Standard C Library software
Filter: All | Freeware | Demo
 

Ansi Standard C Library

< 1 2 3 4 5 > 
Added: November 14, 2010 | Visits: 808

Flickcurl Flickcurl is a C library for the Flickr API, handling creating the reqeuests, signing, token management, calling the API, marshalling requests parameters and decoding responses. Flickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current...



Platforms: *nix

License: Freeware Size: 389.12 KB Download (96): Flickcurl Download

Added: June 07, 2010 | Visits: 794

SimCList SimCList project is a high quality C library for handling lists. SimCList is available for free, under restrictions imposed by the BSD license. SimCList API is good because: - it is simple, yet powerful - it makes elegant and consistent use of information hiding - it abstracts the actual...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): SimCList Download

Added: November 24, 2010 | Visits: 1.206

idioskopos idioskopos (Greek: idio- inward, within, private; -skopos look, aim, target) is a C++ library that simplifies (hopefully) the addition of object reflection and introspection. There are numerous libraries that provide object introspection, but are generally part of some framework such as:...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (96): idioskopos Download

Added: February 18, 2010 | Visits: 861

WxLib WxLib is a widely resuable C++ library that converts many facilities that are found in the standard C library into a form that is more appropriate for use in a C++ context. The library wraps functions for dealing with threads, files, FIFOs, serial I/O, sockets, and directories. WxLib library...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (95): WxLib Download

Added: July 08, 2010 | Visits: 1.053

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: September 18, 2010 | Visits: 775

libicq2000 libicq2000 is an opensource C++ library being developed to support the icq2000/2001 protocol. It is easy for developers to use as the backbone for their clients connection to the ICQ network - all the protocol work is abstracted away in one nice object-orientated interface. You will need to...


Platforms: *nix

License: Freeware Size: 512 KB Download (95): libicq2000 Download

Added: March 19, 2010 | Visits: 1.102

AHote AHote is a C++ library for generating color schemes and also includes a few other classes for converting between RGB (Red, Green, Blue), YUV (Luminance and Chrominance), HSB (Hue, Saturation, Brightness) and HSL (Hue, Saturation, Lightness). AHote is not a library for ICC color management. A...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): AHote Download

Added: February 11, 2010 | Visits: 939

Oracle Aggregate C++ Library Oracle Aggregate C++ Library allows C++ programmers to easily create new aggregate functions for Oracle. Oracle Aggregate C++ Library can be used as a glue library to existing C++ and C libraries. Detailed knowledge of the OCI aggregate interface is not required to use the library. With...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 98.3 KB Download (94): Oracle Aggregate C++ Library Download

Added: April 08, 2010 | Visits: 804

ixlib ixlib is a small c++ tools library based upon the standard template library. It provides: - a javascript interpreter - an exception handling framework - garbage collection - automatic array management - planar geometry (rectangles, regions) - polygons (rasterization, convex hull,...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): ixlib Download

Added: August 24, 2010 | Visits: 1.142

C++ xml C++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. Installation:...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (94): C++ xml Download

Added: June 01, 2010 | Visits: 1.135

libiptcdata libiptcdata project is a C library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (94): libiptcdata Download

Added: April 08, 2010 | Visits: 689

libwacky libwacky provides a C library which supports the WACKY protocol. WHAT IS IT? libwacky is a C programming library which implements the WACKY/1.0 protocol. It allows you to send blinking commands to a wackyd. The distribution includes wackyp, a program that links to libwacky and allows you to...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (94): libwacky Download

Added: August 17, 2010 | Visits: 643

simplus simplus is a C++ library for constructing event-driven simulations with an abstraction for processes, virtual time, messages and more. It features a built-in debugger, support for configuration files, and a flexible logging mechanism. It is lean, fast, and portable, but has only basic...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (94): simplus Download

Added: July 24, 2010 | Visits: 759

SXP SXP stands for Simple XML Persistence, and is a quick-and-dirty C++ library I threw together. It provides a simple (I hope) mechanism for enabling the objects in your application to persist themselves (i.e. read from and write to) to a XML file. SXP is built as a C++ wrapper around James Clarks...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): SXP Download

Added: June 02, 2010 | Visits: 737

libpuz libpuz is a C library implementing the .PUZ crossword file format. PUZ is a file format commonly used by commercial software for crossword puzzles. There is, to my knowledge, no other documentation of the format available online. This page (and the implementation) is the result of a few weeks...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (94): libpuz Download

Added: October 18, 2010 | Visits: 761

LibYAML LibYAML is a C library implementation of a YAML 1.1 parser and emitter. LibYAML includes a Python language binding. To build and install LibYAML, run $ ./configure $ make # make install Whats New in This Release: - This is a functionally complete release, although the API may change..


Platforms: *nix

License: Freeware Size: 409.6 KB Download (94): LibYAML Download

Added: September 17, 2010 | Visits: 835

liblookdb liblookdb is a C++ library that provides an interface to several common Database Management Systems (DBMS). liblookdb library enables the programmer to write application code that can be built and run unchanged on a variety of platforms and against several DBMS. It is currently in use in...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): liblookdb Download

Added: June 22, 2010 | Visits: 683

OpenDBX OpenDBX is an extremely lightweight but extensible C library for accessing databases with a single API. OpenDBX provides a clean and simple interface across all supported databases that leads to an elegant code design automatically. Currently supported databases are: - Firebird - Interbase...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (94): OpenDBX Download

Added: June 22, 2010 | Visits: 683

LibTMCG LibTMCG is a general purpose C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. To emphasize this point again: With the present...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (93): LibTMCG Download

Added: March 16, 2010 | Visits: 784

libvarexp libvarexp is a C++ library that allows its users to detach any kind of information from the representation of that information by providing a simple-to-use but powerful text-template mechanism. Similar mechanisms have been available in tools like sh(1), make(1), or perl(1) forever and have...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (93): libvarexp Download

< 1 2 3 4 5 >