[ANN] libpropc++ 0.9 - add properties to C++ objects

V

Victor Porton

libpropc++ 0.9 released. Please alpha-test.

libpropc++ allows easily add properties (pseudo-variables with side effects)
to C++ objects, used like this:

widget.color = "red";

libpropc++ 0.9 fully supports binding properties together
(http://ex-code.com/articles/binding-properties.html) that is synchronizing
values of properties so that when the value of one property changes, the
value of the other changes accordingly:

checkbox.checked.bind(frame.visible);

libpropc++ supports many different kinds of binding properties including
two-directional bidning and binding with transformation by a functor.
Properties of different types can be bound.

Homepage: http://ex-code.com/propcpp/

Licensing: LGPL 2.1 or the Commercial License.

Purchase ($45, free lifetime updates):
http://www.regnow.com/softsell/nph-softsell.cgi?item=5790-16
Purchase today, don't wait for raising price.

Development, future, and patches: see the online docs
(http://ex-code.com/propcpp/docs/).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top