Search:

Type: Posts; User: RustGod

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,122

    This is a shortend down version of what I'm...

    This is a shortend down version of what I'm doing:




    #include <fstream>
    #include <iostream>
    #include <cstdlib>
    #include <string>
    #include <io.h>
  2. Replies
    3
    Views
    1,122

    Running out of memory

    I wrote a program that opens .htm files, exchanges certain characters for the month, day, and year that the user inputs. It works the first time the program is ran, but everytime I try to run it a...
  3. Replies
    0
    Views
    1,130

    String Swapping

    This is the code I have so far:


    #include <fstream>
    #include <iostream>
    #include <cstdlib>
    #include <string>

    using namespace std;
    string date;
  4. Replies
    5
    Views
    1,526

    I had my headers wrong, thank you for all your...

    I had my headers wrong, thank you for all your help
  5. Replies
    5
    Views
    1,526

    Maybe I'm doing this wrong, but with the...

    Maybe I'm doing this wrong, but with the information from above I changed it to the following, and I keep getting the errors that follow. I haven't been able to get the string to work.

    #include...
  6. Replies
    5
    Views
    1,526

    Need a new way to replace a constant

    This is a program I wrote to replace a symbol with a date in specialized htm files. It works, but every time I run it I have to run the replace all command to replace the date. Is there a way to...
Results 1 to 6 of 6