Languages
- 3341
- Ilib
- A library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. It can read and write PPM, XPM, GIF, PNG and JPG image format. There is a Perl module included with the distribution. [Open source, GPL]
- 3342
- SVGAlib
- A low-level graphics library for Linux. It augments the C programming language, which doesn't provide support for graphics.
- 3345
- The Expat XML Parser
- A XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). [Open source, MIT License]
- 3346
- XML Security Library
- A C library based on LibXML2. News, features overview, full documentation, and download.
- 3347
- libxml - The XML library for Gnome
- A part of the GNOME framework, but does not require GNOME. It provides interfaces similar to DOM and SAX and an XPath implementation. Released under W3C-IPR and GNU-LGPL.
- 3348
- Pyxie [XML.com]
- Article on Pyxie, a "simpler" representation of XML, and its associated tools, programmed in C. (March 15, 2000)
- 3351
- Database Template Library
- Provides ODBC recordsets just like STL containers, including writing the contents back to the database.
- 3354
- OTL
- Oracle, Odbc and DB2-CLI Template Library. A set of classes that wrap around the dynamic database programming interfaces of Oracle, DB2 and ODBC. Also provides support for block-updates and other caching mechanisms.
- 3355
- RudeDatabase
- Database library for MySQL. The Singleton architecture of the database library provides simplicity and efficiency for Model-View-Controller type architectures. [Open Source, GPL]
- 3356
- SOCI
- A database access library for C++ supporting Oracle, PostgreSQL, Firebird, MySQL, SQLite and MS SQL that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. [Open Source]
- 3357
- Tntdb
- A c++-class-library for easy database-access. It implements a simple database independent layer, which loads drivers at runtime. Currently drivers for postgresql, sqlite3, mysql and oracle are provided. [Open Source, LGPL]
- 3358
- freeodbc++
- A C++ library for accessing SQL databases. Designed with standards in mind, so it provides a subset of the well-known JDBC 2.0 and runs on top of ODBC. [Open Source, LGPL]
