 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
apm35@student.open.ac.uk Guest
|
Posted: Wed Jan 25, 2006 5:49 pm Post subject: Re: STL, the missing parts |
|
|
===================================== MODERATOR'S COMMENT:
This discussion is heading off into programming techniques.
Let's try to keep C++ standardization in the subject matter.
===================================== END OF MODERATOR'S COMMENT
Lance Diduck wrote:
| Quote: | The best place to look is http://www.stepanovpapers.com/
As an app programmer, I have gotten to the point where I use the STL
widely, but rarely use the library containers in production code.
|
Hmm. Why not, I wonder? What do you use instead? If you wanted a
collection of objects that were to be indexed frequently and not
re-ordered neither would they have stuff inserted into the middle or
beginning would you avoid using a vector?
I understand the dangers of using STL containers in pubic interfaces
but surely there is nothing wrong in using them in implementation!
Regards,
Andrew Marlow
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|