fork download
  1. using double_int_p = int**;
  2.  
  3. int main()
  4. {
  5. double_int_p x;
  6. x = new double_int_p[10];
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:6:28: error: cannot convert ‘int***’ to ‘double_int_p {aka int**}’ in assignment
stdout
Standard output is empty