Re: Two dimensional array Question
On May 11, 7:07 pm, mdh <m...@comcast.n etwrote:
Did you throw the const in just to annoy people? Is that "signature"
properly documented on your system? How many other systems do you
think will support it?
On May 11, 7:07 pm, mdh <m...@comcast.n etwrote:
>
int main (int argc, const char * argv[])
{
int main (int argc, const char * argv[])
{
properly documented on your system? How many other systems do you
think will support it?
Comment