User: ofrkk

  • Public profile

User profile: ofrkk

User info
User name:ofrkk
History
Joined:
Number of posts:4
Latest posts:

Dynamic Arrays
thank you again you really helped to me

Dynamic Arrays
thank 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 Arrays
if I want two dimentional dynamic array ,how I can use it[code] int N; cout<<"Enter N:"; ...

This user does not accept Private Messages