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];



LinkBack URL
About LinkBacks



I don't think I could have figured-out how to write "Hello World" by just reading the published standard!