Search:

Type: Posts; User: dakolmon

Search: Search took 0.01 seconds.

  1. I saw the FAQ and saw that it is possible to...

    I saw the FAQ and saw that it is possible to compare strings using the IF statement

    this is the code I have



    int w;
    string ifile[inf];
    char old[10],neww[10],temp[10];
  2. performing a search-and-replace operation on a file

    I'm having a bit of trouble (surprise surprise). I'm trying to write a program that will prompt the user for the word to search for and the word to use as a replacement. The program should then...
Results 1 to 2 of 3