I need to add several 512 by 512 arrays and do arithmetic manipulations on them(multiply, divided, etc). these arrays are 16 bit unsigned short and I am afraid that some of the entries will overflow as I add on more arrays, how do I get around this problem?
Can a computer learn how to program?