comp.lang.ada
 help / color / mirror / Atom feed
* Charles: missing vector iterators
@ 2002-11-13 17:15 Victor Porton
  2002-11-14  9:22 ` Preben Randhol
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Victor Porton @ 2002-11-13 17:15 UTC (permalink / raw)


Why in Charles.Vectors iterators are missing even despite it is 
modelled after STL?

Iterators are good for many things, including reliability:

In enclosed loops:

for i in ... loop
  for j in ... loop
    ...
  end loop;
end loop;

personally I often mess I and J. Probability to mess iterators is 
lesser than to mess natural number indexes because iterators are more 
type-safe.

Please add these.

BTW, may be put Chrles on SourceForge or something that if e.g. I will 
want to submit a patch it would become simpler?



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-11-16  0:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-13 17:15 Charles: missing vector iterators Victor Porton
2002-11-14  9:22 ` Preben Randhol
2002-11-14 12:10 ` Marc A. Criley
2002-11-14 15:30   ` Preben Randhol
2002-11-14 16:04 ` Matthew Heaney
2002-11-15  7:10 ` Victor Porton
2002-11-15  9:36   ` Preben Randhol
2002-11-15  9:37   ` Preben Randhol
2002-11-15  7:27 ` Victor Porton
2002-11-16  0:10   ` Matthew Heaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox