User Profile

Collapse

Profile Sidebar

Collapse
amreshnegi
amreshnegi
Last Activity: Apr 30 '08, 08:40 AM
Joined: Oct 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amreshnegi
    started a topic Array Handling
    in C

    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??
    See more | Go to post

  • amreshnegi
    started a topic Array not able to handle the double values
    in C

    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.
    See more | Go to post
No activity results to display
Show More
Working...