GTK+ IOStream
GTK+iostream, Data plots, ORB, Neural Networks, WSOLA
...Labels<<"Thanks for reading";
(HBox<<Labels).show();
or even one line :
(HBox() << (Labels()<<"Thanks for reading")).show();
Inline code destructs the classes, but leaves the widgets/callbacks operating. This is great for embedded memory saving code.
You can also plot like so :
Plot figure; figure.plot(x, y, x.size());
Plotting utilises GtkDataBox.sf.net
ORB utilises www.zeroc.com
Feed forward neural networks with different activation functions.
Audio playback/recording and digital signal processing (DSP) - utilising Jack www.jackaudio.org