ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Are there conditional displays?


From: Mgr. Šimon Tóth
Subject: Are there conditional displays?
Date: Wed, 11 May 2011 13:04:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10

I'm working on a C software that is using huge arrays of attributes (union for data+status flags). The problem is that I'm only interested in the attributes that are actually set (most of them aren't) and manually triggering the display is not feasible.

Basically I would like to display elements of an array of structures, if an element of the structure is non-zero.

--
Mgr. Simon Toth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]