Search:

Type: Posts; User: Snej-coder

Search: Search took 0.00 seconds.

  1. thanks again for the help! ok well i can modify...

    thanks again for the help! ok well i can modify your code to fit the extra collums that ill need for the 2nd example and i think that im good now oh what does

    char name[80];

    exatcly mean btw?
  2. well i wrote it wrong before the way it appears...

    well i wrote it wrong before the way it appears in the file is like

    1 , username , password
    2 , username , password

    and

    1 , username , 4 , data , moredata <---its seperated by a space then...
  3. #include #include #include...

    #include <sstream>
    #include <fstream>
    #include <iostream>
    #include <string>

    using namespace std;

    int main() {
    ifstream infile("in.txt");
    ofstream outfile("out.txt");
  4. thanks! ill try that

    thanks! ill try that
  5. help with renumbering entries in record file

    -----First example-----

    1,firstguy,hispassword
    2,nextguy, hispassword

    ------------------



    i want to change numbers here and add a 10000 to front of them so it would read
Results 1 to 5 of 5