CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Posts
    3

    Question enumerating strings

    Somebody please help! i am trying to enumerate the input from a text file. i have been ripping my hair out with this. can it actually be done? the input file is a text file with about 15 lines of text and numbers. i then need to compare the inputs but thats later on. first i need the info out of the source file. Any suggestions comments would be of great help! thanks!

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    Take a look at std::getline() (a reference is at www.dinkumware.com )

    Otherwise, an example of what is the input, and where you want to store,etc. would help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured