7 Aug 2007 10:49
STL (was Re: [piksel] DesireData 2007.07.30)
Dave Griffiths <dave <at> pawfal.org>
2007-08-07 08:49:15 GMT
2007-08-07 08:49:15 GMT
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > hi Mathieu, > > On Mon, Jul 30, 2007 at 01:22:10AM -0400, Mathieu Bouchard wrote: >> * beginning to use C++ standard library components > > i'm coding C++ since more than 10 years now and have been exploring and > trying the usage of STL several times and for different projects, which > lead always to a failure and a forced removal of all STL classes from > the code. > > i suggest you reconsider using C++ STL since they hide a snakepit of > problems for your code. i'm sorry i can't be more detailed now, if you > are curious enough, as i guess, you'll try it yourself anyway. > > these are just my two cents of course, > if a thread should start from this suggestion, then let me add we can > revamp the usage of the piksel-devel list for it. I'm up for that :) To present another view, fluxus would not be possible without STL - vector is the central container type for the vertex arrays, and I use strings, maps and sets everywhere. I don't like "reinventing the wheel" at this level.(Continue reading)
RSS Feed