I have seen this code syntax,<BR><BR><pre class="ip-ubbcode-code-pre">main(int argc, char** argv)</pre><BR><BR>and I have been told it is equivalent to,<BR><BR><pre ...
I am trying to pass an array of strings or a 2d array of chars to a function so I can modify them using that function. I have tired referencing, pointers e.t.c but all produce errors. Is there a way ...