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

C Combobox Class freeware
Filter: All | Freeware | Demo
 

C Combobox Class

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 359

MacSolitaire MacSolitaire is a basic free solitaire card game. The source code is included for developers with a C++ PowerPlant class library.



Platforms: Mac

License: Freeware Download (98): MacSolitaire Download

Added: March 11, 2010 | Visits: 1.152

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: October 13, 2010 | Visits: 1.148

Ionflux Tools Class Library The Ionflux Tools Class Library is a lightweight multi-platform C++ framework designed for rapid development of applications in a client/server architecture. The Ionflux Tools Class Library is released under the GNU General Public License, meaning it is free software! (See LICENSE in the...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (96): Ionflux Tools Class Library Download

Added: October 13, 2010 | Visits: 939

Class::MethodMaker::V1Compat Class::MethodMaker::V1Compat is a V1 compatibility code for C::MM. SYNOPSIS This class is for internal implementation only. It is not a public API. Class::MethodMaker version 2 strives for backward-compatiblity with version 1 as far as possible. That is to say, classes built with version 1...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (102): Class::MethodMaker::V1Compat Download

Added: January 16, 2010 | Visits: 863

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Exception::Class::TCF Download

Added: May 10, 2013 | Visits: 678

Chilkat Email C Library This is a best selling email C class library for Visual C . Feature-rich SMTP client for sending email, and POP3 client for reading email. Features: - Callbacks for send/receive progress monitoring. - SMTP client for sending email. - POP3 client for reading email. - Supports POP3 SSL...


Platforms: Windows, C/C++,

License: Freeware Download (56): Chilkat Email C Library Download

Added: May 10, 2013 | Visits: 457

GNU Common C GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers...


Platforms: *nix, C/C++, BSD

License: Freeware Download (53): GNU Common C Download

Added: June 17, 2013 | Visits: 479

Fuzzy c-means thresholding FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu's methold which outputs larger or smaller threshold on fluorescence images....


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Fuzzy c-means thresholding Download

Added: November 09, 2006 | Visits: 3.736

XD++ MFC Library - MFC 7.0 Compliant XD++ Library for MFC by UCanCode.Net Software, an C++ class framework that provides your applications with a drawing surface for diagramming, symbol manipulation, drag and drop, scrolling, zooming, and many other graphics capabilities. It incorporate custom graphical objects and enhanced drawing...


Platforms: Windows

License: Freeware Size: 13.67 MB Download (258): XD++ MFC Library - MFC 7.0 Compliant Download

Added: August 23, 2008 | Visits: 902

SOL++2000 Class Library This may be one of the simplest C++ class libraries for Windows developers! A static library compiled on Microsoft Visual C++ 6.0 is available, and all source codes of the library are included. One of the striking features of SOL++2000 is the simplicity of handling of Windows events.


Platforms: Windows

License: Freeware Size: 1.3 MB Download (100): SOL++2000 Class Library Download

Added: January 13, 2010 | Visits: 1.173

freeCGI++ freeCGI++ is a full featured C++ class hierarchy used to build CGI type applications. This library is provided with a BSD license and is free for any type of use. freeCGI++ project is provided as-is and to be used at your own risk (standard legal stuff). If you find bugs or enhancements please...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): freeCGI++ Download

Added: May 08, 2010 | Visits: 887

GEO GEO project is a C++ geometric template class library. Use this library for your graphical, image processing, or scientific applications. GEO has rich set of operations with vectors and matrices, 2D and 3D objects (such as finding convex hull, bounding box), triangulation, tesselation, etc..


Platforms: *nix

License: Freeware Size: 29.7 KB Download (119): GEO Download

Added: March 07, 2010 | Visits: 947

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

Added: September 06, 2010 | Visits: 920

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): EasyHTTPD Download

Added: June 17, 2010 | Visits: 3.175

COID COID is a C++ object-serving networking library, with tool that automatically generates a lightweight communication layer directly from the C++ class declarations. Instantly functioning remote callability for virtually any C++ class can be obtained just by decorating the C++ class with few...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (90): COID Download

Added: April 27, 2010 | Visits: 1.257

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: June 06, 2010 | Visits: 997

Rudiments Rudiments is a C++ class library providing base classes for things such as daemons, clients, and servers, and wrapper classes for the standard C functions for things like semaphores, regular expressions, and signal handling. In the early days of SQL Relay and Groundwork, some of the classes...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (89): Rudiments Download

Added: January 21, 2010 | Visits: 855

ccscript 3 GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne. GNU ccScript uses a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (89): ccscript 3 Download

Added: November 18, 2010 | Visits: 1.229

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: April 08, 2010 | Visits: 1.587

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

< 1 2 3 4 5 >