Click here to Skip to main content
15,889,462 members
Articles / Programming Languages / C++11

Convenient Constructs For Stepping Through a Range of Values

Rate me:
Please Sign up or sign in to vote.
4.77/5 (16 votes)
23 Mar 2015CPOL11 min read 25K   157   26  
This articles proposes an implementation of a collection of constructs for writing loops in C++11, as an alternative to the standard C-style for-loop.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions