ok, relatively simple. I am declaring a function prototype, and I am trying to pass a 2-dimensional array. my error says "too few arguments to function 'int bsize(char (*) [16], int)' my actual code says "int bsize (char board[][16], int tile). Exactly how do I fix this?



LinkBack URL
About LinkBacks


