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

C Combobox Class freeware
Filter: All | Freeware | Demo
 

C Combobox Class

< 1 2 3 4 5 > 
Added: July 16, 2010 | Visits: 970

Jakelib2 Jakelib2 is a cross platform C++ class library with a Java-like API. An automatic garbage collector is used to take care of unused objects. External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers...



Platforms: *nix

License: Freeware Size: 962.56 KB Download (104): Jakelib2 Download

Added: July 13, 2010 | Visits: 729

GLC_lib GLC_lib is a C++ class library that enables the quick creation of an OpenGL application based on QT4. GLC_lib is free software released under GNU-GPL license..





Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): GLC_lib Download

Added: March 17, 2010 | Visits: 586

Class::HPLOO Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod. USAGE use Class::HPLOO ; class Foo extends Bar , Baz { use LWP::Simple qw(get) ; ## import the method get() to this package. attr ( array foo_list , int age , string name , foo )...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Class::HPLOO Download

Added: November 05, 2010 | Visits: 695

libhcritsec hcritsec is a C++ class for Critical Sections in programs. hcritsec can be used to define a critical section in a program. It can be used in a recursive way. So functions that are nested can call the enter and leave functions recursively (see section Synopsys). A critical section class is...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): libhcritsec Download

Added: July 20, 2010 | Visits: 605

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: September 15, 2010 | Visits: 1.007

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: April 17, 2010 | Visits: 738

Conjury::C::Darwin Conjury::C::Darwin is a Perl Conjury with the Darwin C/C++ tools. SYNOPSIS c_compiler Vendor => Darwin, Language => I< language>, No_Scanner => 1, Program => I< program>, Options => [ I< opt1>, I< opt2>, ... ], Journal => I< journal>; c_linker Vendor => Darwin, Language => I<...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (105): Conjury::C::Darwin Download

Added: November 03, 2010 | Visits: 972

Conjury::C::Sun Conjury::C::Sun is a Perl Conjury with the Sun Workshop C/C++ tools. SYNOPSIS c_compiler Vendor => Sun, Language => I< language>, No_Scanner => 1, Program => I< program>, Options => [ I< opt1>, I< opt2>, ... ], Journal => I< journal>; c_linker Vendor => Sun, Language => I< language>,...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (101): Conjury::C::Sun Download

Added: June 06, 2010 | Visits: 747

Conjury::C::GNU Conjury::C::GNU is a Perl Conjury with the GNU C/C++ tools. SYNOPSIS c_compiler Vendor => GNU, Language => I , No_Scanner => 1, Program => I , Options => [ I , I , ... ], Journal => I ; c_linker Vendor => GNU, Language => I , Program => I , Options => [ I , I , ......


Platforms: *nix

License: Freeware Size: 33.79 KB Download (90): Conjury::C::GNU Download

Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: April 03, 2010 | Visits: 797

Class::Multimethods::Pure Class::Multimethods::Pure is a Perl module that contains a method-ordered multimethod dispatch. SYNOPSIS use Class::Multimethods::Pure; package A; sub magic { rand() > 0.5 } package B; use base A; package C; use base A; BEGIN { multi foo => (A, A) => sub { "Generic catch-all"; };...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Class::Multimethods::Pure Download

Added: June 02, 2010 | Visits: 739

Devel::Tokenizer::C Devel::Tokenizer::C is a Perl module that can generate C source for fast keyword tokenizer. SYNOPSIS use Devel::Tokenizer::C; $t = new Devel::Tokenizer::C TokenFunc => sub { "return U$_[0];n" }; $t->add_tokens(qw( bar baz ))->add_tokens([for]); $t->add_tokens([qw( foo )], defined...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): Devel::Tokenizer::C Download

Added: September 11, 2010 | Visits: 814

C++ ResourcePool ResourcePool is a C++ library which can be used to pool resources of every kind. One very interesting side effect is that it can also be used of abstraction layer by providing a unique API for different resources of similar resource types. Most prominent example are SQL databases. The...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (90): C++ ResourcePool Download

Added: September 15, 2010 | Visits: 1.674

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (99): Class::Method::hash Download

Added: April 06, 2010 | Visits: 1.191

MIBA Consulting General System Library MIBA Consulting General System Library is a collection of cross-platform C++ class libraries. Provides thread, IPC, file, network, SNMP (net-snmp) and Database (MySQL) interfaces. Comes with the usual array of utility classes - smart pointers, singletons, registries, serialization etc....


Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): MIBA Consulting General System Library Download

Added: August 15, 2010 | Visits: 1.137

C++ XML Objects C++ XML Objects is a framework for persisting hierarchies of C++ objects to and from XML. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported. Sometimes there is a need to save hierarchies of C++ objects to a file (or DB etc), and then retrieve...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): C++ XML Objects Download

Added: January 10, 2010 | Visits: 1.385

CGIParse CGIParse project is a C++ class library for parsing the input of a cgi program. Starting To start using CGIParse you first have to include the cgiparse.h header: #include < cgiparse.h > Thereafter you have to define the CGIParse object: CGIParse cgi; The CGIParse object then...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (116): CGIParse Download

Added: November 26, 2010 | Visits: 912

JUCE JUCE is an all-encompassing C++ class library for developing cross-platform applications. JUCE is good for creating highly-specialised user interfaces and for handling graphics and sound. The intended users are developers who are building large, complex applications in C++ and who would like to...


Platforms: *nix

License: Freeware Size: 3.7 MB Download (98): JUCE Download

Added: January 16, 2010 | Visits: 1.670

ustring C++ Unicode library ustring is a C++ library to implement the complete Unicode 3.0 standard. It gives an easy access to the properties of each of the 10600 characters defined by the Unicode 3.0 standard, including the uppercase and lowercase mapping, category and subcategory, character name, and bidirectional...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (140): ustring C++ Unicode library Download

Added: November 06, 2010 | Visits: 944

Class::Bits Class::Bits is a Perl module with class wrappers around bit vectors. SYNOPSIS package MyClass; use Class::Bits; make_bits( a => 4, # 0..15 b => 1, # 0..1 c => 1, # 0..1 d => 2, # 0..3 e => s4 # -8..7 f => s1 # -1..0 ); package; $o=MyClass->new(a=>12, d=>2); print "o->b is ",...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): Class::Bits Download

< 1 2 3 4 5 >