Search:

Type: Posts; User: jmayer

Search: Search took 0.00 seconds.

  1. Creating multiple files with string as filename

    I'm attempting to create a bunch of files with strings as the variable name..

    Example : I get the name Firefox and then append it to the string ".url" to get Firefox.url that is saved as...
  2. Thread: ifstream error

    by jmayer
    Replies
    1
    Views
    1,362

    ifstream error

    I want the user to input a file name and then the program reads from that file and does what it needs to do.


    cin >> file;
    ifstream bookmark (file);

    Before I was just using
    ifstream...
Results 1 to 2 of 2