Search:

Type: Posts; User: Spoon36

Search: Search took 0.02 seconds.

  1. Thanks Jlou. Your suggestions helped alot.

    Thanks Jlou. Your suggestions helped alot.
  2. writing a file with a variable as a filename?

    I can get a file to write to a specific file name using the following code.



    ofstream outfile("name.dat");
    outfile << username << endl;
    outfile << age << endl;
    ...
Results 1 to 2 of 2