which one is correct to scan till the ubound of hte array? i know VB has UBound, but i cant seem to figure out how to do it in C++Code:int m[]; for(int i=0;i<=m[i];i++); int i=0; while(m[i] != '\n'){ ... i++; }
thanks
-nabeel
|
Results 1 to 7 of 7
Thread: limit of arrayThreaded View
|
Click Here to Expand Forum to Full Width |