Re: [Cgdb-devel] New libraries for CGDB
                
                Brought to you by:
                
                    bobbybrasko,
                    
                
                    crouchingturbo
                    
                
            
            
        
        
        
    | 
      
      
      From: Peter K. <pe...@ko...> - 2004-03-03 14:35:15
      
     | 
| On Tue, Mar 02, 2004 at 10:10:01PM -0500, Bob Rossi wrote: > As I am starting to think about the implementation of libkui, I am > running into walls. It looks like CGDB is going to need some basic C > data structures. It is probably unreasonable to think CGDB won't need > basic data structures like linked lists, hash tables, ... >=20 > So, we have 2 options. Use a C library someone else has already written > and tested, or go through the pain of writing our own, and making a new > project, libadt ( or something ). I would really like to know what > everyone thinks we should do here. I would suggest you don't make yet another library. glib has all those data structures you want, and I'm sure there are more just like it. I really don't think we need to waste our time, writing, debugging, and testing another adt library. - Peter --=20 Peter D. Kovacs <pe...@ko...> |