Re: [dev] daemon for DWM

From: Viola Zoltán <violazoli_AT_gmail.com>
Date: Thu, 27 Jun 2013 09:36:48 -0400

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 <nsz_AT_port70.net>

> * Viola Zolt?n <violazoli_AT_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
>
>
Received on Thu Jun 27 2013 - 15:36:48 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 27 2013 - 15:48:10 CEST