News

I have seen this code syntax,main(int argc, char** argv)and I have been told it is equivalent to,main(int argc, char* argv[])Why would anyone choose to define it using the first method instead of ...