[Cs22800] enlightenment style question

Ziba Scott zrscott at uchicago.edu
Sat Nov 16 07:42:29 CST 2002


Here's a question Stephen and I have been working on:
What format should we present taskbar information to the client 
programmer in? (this is in C)
The bulk of the information we are passing from our functions to the 
hypothetical taskbar writer consists of a list of names, each with a 
number and a pointer.

So, should we give the user:
 a struct with several arrays/lists,
 a struct list,
 an array of structs,
or something else?

Which would be easiest to work with?  Which would be most efficient? (we 
are dealing with relativly small lists)

-Ziba




More information about the CS22800 mailing list