c question
    KAYVEN RIESE 
    kayve at sfsu.edu
       
    Fri Apr  9 18:06:01 UTC 2010
    
    
  
On Fri, 9 Apr 2010, Leinier Cruz Salfran wrote:
> hello all
>
> i want to know your oppinions about this:
>
> - use a matrix is faster than use a linked list?
yes.
>
>
> example:
>
> char *szColumnName[10];
> unsigned short iColumnAge[10];
>
>
> struct _llList {
>  struct _llList *prev, *next;
>  char szName[64];
>  unsigned short iAge;
> };
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
*----------------------------------------------------------*
   Kayven Riese, BSCS, MS (Physiology and Biophysics)
   (415) 902 5513 cellular
   http://kayve.net
   Webmaster http://ChessYoga.org
*----------------------------------------------------------*
    
    
More information about the freebsd-hackers
mailing list