//macro which will point to an element indexed at [xe][ye] #define ELEMENT(data,rows,columns,xe,ye) (data+((xe)*(columns)+(ye))) struct ...
確定! 回上一頁