Range (computer programming): Difference between revisions

Content deleted Content added
Added section on ranges as in ''Boost Ranges"
m Fixed minor inconsistency
Line 1:
{{Unreferenced|date=December 2006}}
In [[computer science]], the term '''range''' may refer to one of twothree things:
# The possible values that may be stored in a [[variable (programming)|variable]].
# The upper and lower bounds of an [[array]].
# An alternative to [[iterator]].
 
==Range of a variable==