User: faceplant207

  • Public profile

User profile: faceplant207

User info
User name:faceplant207
History
Joined:
Number of posts:4
Latest posts:

how to call a function with an array in the signature
I had typed in: [code] initGrid(grid, COLS); [/code] and it worked the first time, but now I must h...

how to call a function with an array in the signature
COLS = 8 since my array will have 8 columns

how to call a function with an array in the signature
unfortunately I must use: [code] void initGrid(char grid[] [COLS]) [/code] as my function paramate...

how to call a function with an array in the signature
My question is how do I call this function in my main()? I don't need to pass the function any infor...

This user does not accept Private Messages