User Profile
Collapse
-
Array Handling
Hi, I m writing some code in VB C++ 6.0, in which i am using 1-D array & 3-D Array. During running the program some values from 1-D array are getting transfer to 3-D Array and vise-versa, inside "for" Loop. what could be the possible reason for it?? -
Array not able to handle the double values
Hi, i m using M. S. VB C++ 6.0, i am facing a problem when i m storing the value using single dim. array a[i]. as
for(i=0,i<=m,i+ +)
a[i] = b[i]*b[i]*c[i]*x;
*a, *b, *c, x all are declared as double.
here a[i] is storing all values as 0.0000000000000 0 even b[i], c[i], x are non zero. what could be the reason.
No activity results to display
Show More