December 7, 2004

Using Insert Iterators

Insert iterators come in very handy when you need to populate a container using an STL algorithm which uses an assignment operator to fill in the data: int iArr [] = {2, 2, 3, 4, 5, 6, 7};#include vector vecInt; For example, the following statement will fail because vecInt is

To Software Architects: Serve End Users, Not Your Egos

oftware Architect is a great job title. It looks great on business cards. When someone asks you what you do for a living, you can say you’re a Software Architect. It sounds so much better than Software Engineer. The problem arises when this job title leads to the all-too-common behavior