Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
passing arg char[X][Y] to function expecting (char**)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Christian Kandeler, post: 2402204"] [ ... ] Okay, I remembered there's cdecl. It looks like this: char (*sas[])[MAX_STR_LEN] According to the precedence rules, this makes perfect sense, but looking at it, I never would have guessed that the outer brackets refer to the inner arrays. I hope I'll never have to use such a construct. Christian [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
passing arg char[X][Y] to function expecting (char**)
Top