User Profile

Collapse

Profile Sidebar

Collapse
trappytrap
trappytrap
Last Activity: Oct 13 '06, 03:10 AM
Joined: Oct 12 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • trappytrap
    started a topic how to use struct function
    in C

    how to use struct function

    how to use struct function as it pertains to reading data from a file and storing it ?
    See more | Go to post

  • trappytrap
    replied to how to read a file and store it in a vector?
    in C
    hey thannks well i know how to open the file and read from the file.

    example of wat the file.csv contains is this:

    GA,0,2226444650 ,5,16/9/6,22:00:40
    GA,1,76804458,5 ,16/9/6,22:00:44
    GA,2,345317295, 5,16/9/6,22:00:47


    which represents
    Label,Count,ID, Type,Date,Time
    separated by commas

    now i need to store the count in a vector(that is the 1 2 and 3) for future...
    See more | Go to post

    Leave a comment:


  • trappytrap
    started a topic how to read a file and store it in a vector?
    in C

    how to read a file and store it in a vector?

    hey i have a data.csv file which has something like this...

    Label,Count,Typ e,Time



    the values for each count and type and time is some numbers rite and is separated by commas in the text file as seen.
    wat i want to do is the like say for example......
    i want to take all the values of say "type" and store it maybe in a vector so that i can use it for use. I was looking at some split...
    See more | Go to post
No activity results to display
Show More
Working...