[Error] C:\Users\User\Documents\C-Free\Temp\Untitled2.cpp:8: E2034 Cannot convert 'int ( *)[100]' to 'int *' in function main()
int * h = NULL; h = new int[100][100]; if(h==NULL) { cout<<"\nERROR : No more space available."; exit(1); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)