Dynamic Arraysthank you again you really helped to me
Dynamic Arraysthank you very much but i take same error always [code] int N; cin >> N; int* point [N] = new int [...
Dynamic Arrays[code] int N; cin >> N; int* point = new int [N] [2];// error a value of type "int(*)[2]" cannot be...
Dynamic Arraysif I want two dimentional dynamic array ,how I can use it[code] int N; cout<<"Enter N:"; ...
This user does not accept Private Messages