SPTK 3.5.7.08 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SPTK 3.5.7.08 (Default branch)
# 1  
Old 05-05-2008
SPTK 3.5.7.08 (Default branch)

Image SPTK (Simply Powerful Toolkit) is a cross-platform toolkit that provides a set of C++ classes for fast and easy application development. It provides GUI components that use FLTK, and features database support with seamless connection to GUI components. There are drivers for use of SQLite and PostgreSQL directly, as well as support for other database engines through UnixODBC. SPTK includes many classes for working with strings, dynamic arrays, and maps, and is faster and has a smaller footprint than STL. It also supports reading, writing, and creating Excel 7 files, high-level GUI components with dataset support, support for automatic layouts, and support for Aspell. License: GNU Lesser General Public License (LGPL) Changes:
This release introduces a new tool: sql2cpp. Sql2Cpp reads SQL scripts that create stored procedures and generates C++ source files. Every C++ source file defines a single class that corresponds to an SQL script file. Every method implements a single stored procedure call. Sql2Cpp tries to support strong type control of parameters and returned data. This is achieved by using classes for DB-specific types such as table and view records.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question