Forum: C Oct 23rd, 2008 |
| Replies: 2 Views: 382 Hi, I was practicing for our hands on exams tomorrow when I encountered a problem in my code. Here is a part of my code:
void interactive(){ //if argument is 0, program will enter the interactive... |
Forum: C Sep 8th, 2008 |
| Replies: 1 Views: 988 I am working on a code which opens a file (infile), copies it to an output file (outfile) and then asks the user for a string and searches for that string in the outfile and replaces every occurence... |