Discussion on:

4
Comments

Join the conversation!

Follow via:
RSS
Email Alert
The STL is a major enhancement to the C++ programming language and I am happy to see articles publicizing it.

It is often hard to get old C and C++ programmers to give up their pointers, linked lists, static arrays, and static character strings, but the improvements in productivity and reliability are well worth the effort. The efficiency argument is often raised, but different measurements provide different results and the magnitude of the differences are far overshadowed by improvements in hardware. The tweaks you make today for efficiency will usually be immaterial on the target platform in 6 - 12 months.

I hope we can continue to see C++ articles about the use of the STL and I hope developers begin to use the STL to their advantage.
0 Votes
+ -
good article
shelleydoll 6th Jun 2002
I enjoyed the clarity of the explanations, and the ample examples.
0 Votes
+ -
When it comes down to ensuring that off-by-one errors are dealt with properly, both using begin() and end() and for_each are the best way to go.
0 Votes
+ -
very informative, lots of examples really helped.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.