C++ Stylistics
Justin Johansson
no at spam.com
Sun Jul 18 02:42:28 PDT 2010
bearophile wrote:
> A Google talk in 2008 by Kevlin Henney, "C++ Stylistics":
> http://www.youtube.com/watch?v=zh8W4ZglOlw
>
> Some of the limits/problems of C++ he talks about are patched by Qt, like signals & slots, Q_FLAGS, Q_PROPERTY, Q_ENUMS:
> http://doc.trolltech.com/latest/moc.html
> GUIs have needs quite different from the features offered by standard C++: they don't need high speed processing, but they enjoy a good runtime reflection and few other things, most of them offered in some way by the Qt "Meta-Object Compiler".
>
> Bye,
> bearophile
You may have missed it but I raised the topic of Qt, it's signals
and slots architecture and its meta object compiler, on this
newsgroup about two months ago under the subject
"Can D be cute (Qt)"
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=109832
Cheers
Justin Johansson
More information about the Digitalmars-d
mailing list