cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Add 5 using count in for loop
Add 5 using count in for loop
Oct 21, 2009 at 1:42am UTC
alias
(6)
I was wondering how I could count in increments of 5 in a
for loop
using the count++ code.
Thanks.
Last edited on
Oct 21, 2009 at 1:44am UTC
Oct 21, 2009 at 1:58am UTC
firedraco
(6243)
Think about what count++ does, then think of how you would add 5.
Oct 21, 2009 at 2:15am UTC
alias
(6)
figured it out right after I posted the topic.
thanks.
Topic archived. No new replies allowed.