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

Sqlite C freeware
Filter: All | Freeware | Demo
 

Sqlite C

1 2 3 4 5 > 
Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 717

dotConnect for SQLite Standard dotConnect for SQLite Standard Edition is a free of charge database connectivity solution built over ADO.NET architecture and a development framework with number of innovative technologies. It offers basic functionality for developing database-related applications and web sites. It introduces new... Platforms: Windows

License: Freeware Size: 10.08 MB Download (60): dotConnect for SQLite Standard Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 317

wsqlite wsqlite was specially developed as an accessible, handy and simple C++ library that you can use the further improve your development process. SQLite was designed as an embedded relational database management system that is contained in a small C programming library. Platforms: Windows

License: Freeware Download (46): wsqlite Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 559

SQLite Metadata Reader SQLite Metadata Reader is designed as a C# assembly that returns the metadata of a SQLite database as returned by the ADO.NET adapter, System.Data.SQLite as classes. Now you can make use of this tool to further improve your development process. Platforms: Windows

License: Freeware Download (49): SQLite Metadata Reader Download

Added: January 18, 2010 | Visits: 1.319

sqlitewrapped sqlitewrapped is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe. Examples: #include < stdio.h>... Platforms: *nix

License: Freeware Size: 15.36 KB Download (102): sqlitewrapped Download

Added: February 05, 2010 | Visits: 1.493

SQLite::VirtualTable SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. SYNOPSIS on Perl: package MyVirtualTable; use base SQLite::VirtualTable; sub CREATE { ... and then from your preferred SQLite application or language, as for instance, the sqlite3 shell: $... Platforms: *nix

License: Freeware Size: 40.96 KB Download (126): SQLite::VirtualTable Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 475

SQLiteWrapper SQLiteWrapper was specially developed as an accessible and useful C# wrapper for the SQLite library. Now you can make use of this Open Source wrapper to further improve your development process. Platforms: Windows

License: Freeware Download (53): SQLiteWrapper Download

Added: June 29, 2013 | Visits: 437

SQLite Persistent Objects Wouldn't it be nice if your Objective-C data objects just knew how to save and load themselves? It'd be nice if you could just call "save" and trust that your object would save itself properly somewhere, and that when you wanted to load it back in, you could just call a class method to retrieve... Platforms: Mac

License: Freeware Size: 931.84 KB Download (42): SQLite Persistent Objects Download

Released: November 17, 2007  |  Added: November 21, 2007 | Visits: 5.530

Oceantiger C# Designer With this source code editor and IDE you will be able to edit and compile C# documents. It has tools for generating C# code either by template, auto completion or by generating with one of the wizards in the program. The user interface is clear and compact so it easy to learn, and you can... Platforms: Windows

License: Freeware Size: 994.78 KB Download (278): Oceantiger C# Designer Download

Added: January 18, 2010 | Visits: 1.227

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward.... Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: January 18, 2010 | Visits: 1.685

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list... Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: June 21, 2010 | Visits: 787

SQLitepp SQLitepp is a C/C++/Python wrapper to sqlite library for database management. It implements an object oriented way to manipulate the database in every supported language. SQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the... Platforms: *nix

License: Freeware Size: 19.46 KB Download (98): SQLitepp Download

Added: March 21, 2010 | Visits: 1.099

WorldForge::Atlas-C++ Atlas C++ is the standard implementation of the WorldForge Atlas protocol. WorldForge::Atlas-C++ is currently being developed in parallel with a stable branch, and the development code maintained separatly. The stable branch are numbered 0.4.x and implement the atlascpp-0.4 API, and the latest... Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): WorldForge::Atlas-C++ Download

Added: October 13, 2010 | Visits: 1.389

GNU C library GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions. GNU C library is used by almost all C programs and provides the most essential program interface. The history of Unix and various standards determine much of the interface of the C... Platforms: *nix

License: Freeware Size: 19.5 MB Download (109): GNU C library Download

Added: September 08, 2010 | Visits: 923

AspeCt-oriented C AspeCt-oriented C project implements an aspect-oriented extension to C and offers one possible language design for an aspect-oriented C language.. Platforms: *nix

License: Freeware Size: 19.7 MB Download (91): AspeCt-oriented C Download

Added: September 10, 2010 | Visits: 1.297

CppUnit - C++ port of JUnit CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers.. Platforms: *nix

License: Freeware Size: 716.8 KB Download (179): CppUnit - C++ port of JUnit Download

Added: January 07, 2010 | Visits: 2.588

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)... Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: August 24, 2010 | Visits: 1.145

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: March 11, 2010 | Visits: 1.157

C++ base C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions. Further packages you may access from this page require the installation of this base package. Platforms: *nix

License: Freeware Size: 102.4 KB Download (109): C++ base Download

Added: July 07, 2010 | Visits: 940

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: July 07, 2010 | Visits: 1.100

C++ Debugging Support library Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. C++ Debugging Support library includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber... Platforms: *nix

License: Freeware Size: 1.2 MB Download (94): C++ Debugging Support library Download

1 2 3 4 5 >