ofxPiMapper
ofxPiMapper copied to clipboard
Transform raw loops into range-/ item-based loops
Raw loops are pretty old-school ;)
As long as the new ones work with all the compilers involved, why not.
I'll figure that out before-hand :]
Ok cool : ]
What is raw loops ?
for(int i = 0; i < count; ++i){
// code
}