cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Iterate at a different rate
Iterate at a different rate
Oct 13, 2013 at 8:07am UTC
Stremik
(78)
So, I know about the modulo operator.
But how would i iterate through series of numbers to produce something like this,
000111222
moreover, I need to be able to start anywhere in this sequence
for example, 00111222 (from a second zero).
Thank you.
Oct 13, 2013 at 9:23am UTC
keskiverto
(10402)
Integer division by 3.
Oct 13, 2013 at 9:37am UTC
Stremik
(78)
Oh, yea...
Thanks
Oct 13, 2013 at 10:27am UTC
Stremik
(78)
Wow!
This is exactly what i needed.
Topic archived. No new replies allowed.