Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Perfect, thank you. Apparently the parentheses around *cppStringArray are important. I was trying that without the parentheses! Commented Feb 20, 2014 at 11:53
  • @ajay i was talking about "parentheses around *cppStringArray " i.e. void function (char (* cppStringArray)[512], size_t num_strings); and not void function (char *cppStringArray[512], size_t num_strings); Commented Feb 20, 2014 at 13:39