User Profile

Collapse

Profile Sidebar

Collapse
sfisher85
sfisher85
Last Activity: Apr 2 '07, 04:11 AM
Joined: Feb 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sfisher85
    started a topic Reading in a arff file
    in C

    Reading in a arff file

    Hey guys,

    I cant seem to figure this one out and I looked everywhere for it. My question is how do I read this line of text from an input file into an array

    @attribute outlook {sunny, overcast, rainy}

    I want to put the word outlook, sunny, overcast, and rainy into an array or just atleast into strings but without the "{" and the ",". I am writing this in c++.

    Any suggestions...
    See more | Go to post

  • sfisher85
    replied to Last line of txt-file read twice with ifstream
    in C
    at the end of the loop, add this line:

    inFile.ignore(1 );


    It should take away the rewritten line of text
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...