User Profile

Collapse

Profile Sidebar

Collapse
thangviet
thangviet
Last Activity: Sep 24 '07, 09:48 AM
Joined: Sep 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thangviet
    replied to Passing pointer to function - C programming
    in C
    Thanks for your reply, I'll try that and get back to you on it.
    See more | Go to post

    Leave a comment:


  • thangviet
    started a topic Passing pointer to function - C programming
    in C

    Passing pointer to function - C programming

    Hey guys,
    I have a function which needs to read a file and use the pointer parameter given.
    the pointer is a structure with five members; int points, float *time, *dhdt, *drate and *diff.
    The .dat file contains double values in three columns. I am required to open the .dat file, read the values and insert them into their appropriate members
    (1st column of data into *time, 2nd column into *dhdt and 3rd column into *drate)....
    See more | Go to post
No activity results to display
Show More
Working...