ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

Transform raw loops into range-/ item-based loops

Open erak opened this issue 8 years ago • 5 comments

Raw loops are pretty old-school ;)

erak avatar Dec 10 '16 19:12 erak

As long as the new ones work with all the compilers involved, why not.

kr15h avatar Dec 10 '16 19:12 kr15h

I'll figure that out before-hand :]

erak avatar Dec 10 '16 19:12 erak

Ok cool : ]

kr15h avatar Dec 10 '16 19:12 kr15h

What is raw loops ?

cgiles avatar Dec 24 '16 13:12 cgiles

for(int i = 0; i < count; ++i){
// code
}

kr15h avatar Dec 24 '16 13:12 kr15h