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.477.915 Times

Standard C Library Files freeware
Filter: All | Freeware | Demo
 

Standard C Library Files

< 1 2 3 4 5 
Added: November 10, 2010 | Visits: 873

inilib inilib is a C++ library which provides a method of saving the "state" of a program. inilib library provides a means of storing a number of arbitrary settings in memory with an easy access interface, as well providing means for saving the information to and loading it from disk. Data is stored... Platforms: *nix

License: Freeware Size: 481.28 KB Download (92): inilib Download

Added: September 08, 2010 | Visits: 1.039

ROTE ROTE is a simple C library for VT102 terminal emulation. It allows the programmer to set up virtual screens and send them data. The virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so... Platforms: *nix

License: Freeware Size: 61.44 KB Download (98): ROTE Download

Added: July 24, 2010 | Visits: 828

WinGL WinGL a is small C++ library designed to help developing portable OpenGL windows-based or fullscreen applications. Currently, the library can be used under any X11 implementation and Windows. WinGL supports or will support frequently-used functionalities in graphical applications like 3-d... Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): WinGL Download

Added: January 11, 2010 | Visits: 786

QXi QXi (Qt XInput Extension) is a C++ library to add support for XInput devices (like tablets or joysticks) to Qt-based X11 applications. Its licensed under Troll Techs QPL, just like the free edition of Qt. As of now, QXi supports devices with up to six valuator axes in absolute mode, up to 32... Platforms: *nix

License: Freeware Size: 133.12 KB Download (91): QXi Download

Added: April 14, 2010 | Visits: 731

Libxslt Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developed for the Gnome project. It also implements most of the EXSLT set of processor-portable extensions functions... Platforms: *nix

License: Freeware Size: 2.6 MB Download (97): Libxslt Download

Added: November 14, 2010 | Visits: 811

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: July 13, 2010 | Visits: 1.258

Raptor RDF Parser Toolkit Raptor RDF Parser Toolkit is a free software and Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. The supported parsing syntaxes are RDF/XML, N-Triples,... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Raptor RDF Parser Toolkit Download

Added: September 18, 2010 | Visits: 716

UCommon UCommon is a lightweight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, UCommon disables language features that consume memory or introduce runtime overhead.... Platforms: *nix

License: Freeware Size: 368.64 KB Download (98): UCommon Download

Added: April 08, 2010 | Visits: 691

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: April 27, 2010 | Visits: 1.364

libping libping is a C library designed to allow a programmer to make ICMP_ECHO requests directly from a script or program. libpings functions return either boolean--is alive--or the round trip time in milliseconds. The library also includes support for "pinging" the following tcp/ip services: echo,... Platforms: *nix

License: Freeware Size: 245.76 KB Download (113): libping Download

Added: July 16, 2010 | Visits: 1.033

gg_tk gg_tk is an easy-to-use C++ library for creating multimedia applications. The project is divided into several "modules", including GUI, graphics, file, 3D, etc.. This server is a central point for development, distribution and maintainance of software. It runs on Savane. Platforms: *nix

License: Freeware Size: 450.56 KB Download (98): gg_tk Download

Added: February 11, 2010 | Visits: 947

Include Include is a Perl module that allow you to use #defines from C header files. SYNOPSIS use Include qw(-I /some/path/of/mine); use Include q< sys/types.h >; use Include q< sys/types.h > "/[A-Z]/"; The Include module implements a method of using #define constants from C header files. It does... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Include Download

Added: June 22, 2010 | Visits: 684

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: November 05, 2010 | Visits: 1.375

SSL++ SSL++ is simple C++ library that encapsulates some of OpenSSL functionality in easy to use set of classes. SSL++ library is in very early stage of development now, but can do enough already to be useful to C++ developers, who want to use SSL in their programs. Following classes are provided:... Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): SSL++ Download

Added: June 20, 2010 | Visits: 912

libt2n libt2n project is a C++ library for inter-process communication (IPC) with an additional code generator (libt2n-codegen). Before inventing our own IPC library, we checked a lot of other IPC frameworks like CORBA, D-BUS and ICE. But they werent easy to use (you need many lines of code to export... Platforms: *nix

License: Freeware Size: 901.12 KB Download (92): libt2n Download

Added: July 24, 2010 | Visits: 760

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: November 26, 2010 | Visits: 742

Timer_q Timer_q is a shared C library which implements multiple queues of timed events. This is commonly needed, but often implemented badly (via. alarm()). Timer_q also aims to be small, fast and easy to use. Whats New in This Release: - Many fixes were made for corner cases. - A debug build was... Platforms: *nix

License: Freeware Size: 430.08 KB Download (97): Timer_q Download

Added: October 26, 2010 | Visits: 1.140

AVR Libc AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers. Together, avr-binutils, avr-gcc, and avr-libc form the heart of the Free Software toolchain for the Atmel AVR microcontrollers. They are further accompanied by... Platforms: *nix

License: Freeware Size: 460.8 KB Download (221): AVR Libc Download

Added: October 14, 2010 | Visits: 1.049

VP Toolkit VP Toolkit is an Internet client/server C++ library, with support for object threads, stream based socket I/O, a multi-threaded server socket framework, a multi-process fault tolerant server framework, XML, HTTP, etc. VP Toolkit software is now deprecated in favor of UDK. To build the... Platforms: *nix

License: Freeware Size: 174.08 KB Download (98): VP Toolkit Download

Added: June 02, 2010 | Visits: 740

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

< 1 2 3 4 5