Skip to content

Instantly share code, notes, and snippets.

Created August 14, 2013 09:54
Show Gist options
  • Save anonymous/6229593 to your computer and use it in GitHub Desktop.
Save anonymous/6229593 to your computer and use it in GitHub Desktop.
char ** M=new char *[m];
for (int i=0;i<m;i++)
{
M[i]=new char [n];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment