Re: [Plib-devel] Sky code from simgear
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-08-23 22:50:38
|
Ben Woodhead wrote: > > <vector> would require writing a custom list class. > > Ahh, what does ssg use for its list classes. They must use something for a > list of polygons or points ssg has a specialised list class - but it's not very general-purpose. > > <string> could probably be replaced with old style char arrays with > > the standard libc functions (strcpy, strlen, etc.) > > > Do we really need this in a sky module. Yes - it does stuff like parsing an ASCII file containing a '300 brightest stars' database. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |