My daemon will not only/just set the stat into the statusbar of DWM, but do much more jobs. I must use lot of very complex datastructures, for example chained list, arrays, etc. They are much easyer usable in C++, I think.
Zoli 2013/6/27 Szabolcs Nagy <n...@port70.net> > * Viola Zolt?n <violaz...@gmail.com> [2013-06-27 08:52:11 -0400]: > > possibilities, very lot, and to them I need C++ for the objectoriented > > programming. And, I preferred the "//" not the /*... */ > > // comment is valid in c > (since 1999 it's even standardized) > > i don't think you need object oriented programming in your daemon > but an extensive code clean up could help > > most of what you are doing can be achieved by > > while true > do > xsetroot -name "`stats`" > done & > > the implementation of the stats command is left as an exercise > >