Search:

Type: Posts; User: Led4urhead123

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,322

    adding strings?

    is there a way of adding a phrase to a string together to make one?
    i already know you can add two strings togethor.

    sort of like this


    cout<<"Path: "; cin>>filename;

    ...
  2. Replies
    1
    Views
    925

    Data I/O Problems

    This is part of a much larger code but its supposed to do in steps
    1]use ifstream take text from a user-specified file
    2]store that text as a string
    3]close ifstream and...
  3. Replies
    1
    Views
    1,487

    Help On Simple .dat Utility

    I wrote a very simple .dat utility that can read write and convert dat to a text text file. I would like the user to be able to specify the where the file is instead of the way i wrote my code, where...
Results 1 to 3 of 4