skabdulravoof
MIS
hi guys..
here iam trying to allocate memory for arr...i wrote following code...but i got and error
"initializing' : cannot convert from 'int *' to 'int []'
There are no conversions to array types, although there are conversions to references or pointers to arrays"
int arr[] = new int[10];
is there any thing wrong with my vc+ compiler,...or ????
here iam trying to allocate memory for arr...i wrote following code...but i got and error
"initializing' : cannot convert from 'int *' to 'int []'
There are no conversions to array types, although there are conversions to references or pointers to arrays"
int arr[] = new int[10];
is there any thing wrong with my vc+ compiler,...or ????