* 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

Reply via email to