[ create a new paste ] login | about

Link: http://codepad.org/RZHYq5eH    [ raw code | output | fork ]

C++, pasted on Jan 31:
1
int *arr = new int [100][4];


Output:
1
2
Line 1: error: cannot convert 'int (*)[4]' to 'int*' in initialization
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: