Hi,
I`mworking on a cnc application, which involves some c++ programming.
I wonder what would be an upper limit for array size?
If I'd store all individual steps of a steppermotor in an array, it could amount to over 10000.
Is this acceptable?
for example:
Code:
 int x[10000];