CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lolwut25

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    29,589

    Re: Reading a text file into a vector

    Hey, sorry I wasn't sure how to do that on this site, I am sort of a noob with forums...
    But thank you so much! I fixed those and now it's working great.

    Although, the only problem I am having...
  2. Replies
    13
    Views
    29,589

    Re: Reading a text file into a vector

    Here is the rest of my code for reference:

    #include <iostream>
    #include <fstream>
    #include <string>
    #include <vector>

    using namespace std;

    void readFile(string, vector<string>, ifstream...
  3. Replies
    13
    Views
    29,589

    Reading a text file into a vector

    I have an assignment where I have to write a program to prompt the user for a file name and location (it is a text file), once the user has entered that, a menu pops up and gives the user 4 options...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured