http://code.tutsplus.com/tutorials/ios-sdk-advanced-freehand-drawing-techniques--mobile-15602
In this tutorial I found a line that made me wonder
CGPoint pointsBuffer[CAPACITY];
where CAPACITY is
#define CAPACITY 100
I tried to NSLog pointsBuffer, but it seems I can't, can anyone explain this to me? and how does this useful to the code? Thanks!