libpropc++ (for C++) 1.0
Library for properties in C++ like widget.color = "red"; to change widget color Template library for properties in C++ like this: widget.color = "red"; to change widget color. In class Widget use: prop::Property<Widget, Color, &Widget::set_color, &Widget::get_color> color; Supports binding properties together so that the values of ...