Show Bid Request
project files
Bid Request Id: 9935
|
|
|
Posted by: |
jc0000 (15 ratings)
(Software buyer rating 8.8)
|
Non-action Ratio: |
Very Good - 15.38%
|
Posted: |
Mar 1, 2002 9:32:29 PM EDT
|
Bidding Closes: |
Mar 15, 2002 9:37:55 PM EDT
|
Viewed (by coders): |
318 times
|
Deadline: |
3/3/2002
TIME EXPIRED
|
|
|
|
Description:
Original name: Achilles Agamemnon Minerva Corrupted name: Dave Lister Rimmer Kryton A very general description of what you need to do is: 1.Prompt the user to enter the input file name and an output file name. 2.Open the corrupted Illiad file of the users choosing. 3.Read in a line of text. 4.Search the line of text for the three corrupted names. 5.As you find a corrupted name replace it with the appropriate correct name. 6.As you find a corrupted name, keep track of the number of occurances that you replace. You will print out the total for each name and the total number of lines of text searched at the end of the program. 7.Write the line of text to the output file. If you do not find any corrupted names in the line of text, you should just write that line of text directly into the output file. 8.Repeat starting at number 2. 9.Be sure to close your files before you exit your program.
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
having the file in the assignment is not necesary.
Complete copyrights to all work purchased.
make it simple , as simple as possible.
must include this at beginning of code
(I can't accept if winner's code doesn't
match my specifications)
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main() {
// get file names from the user
string inFile;
string outFile;
cout << "Enter the input file name: ";
cin >> inFile;
cout << "Enter the output file name: ";
cin >> outFile;
// Showing two different ways to open the file.
// They are both equally correct.
ifstream fin(inFile.c_str());
ofstream fout;
fout.open(outFile.c_str());
// check to make sure the files opened.
if(fin.bad()){
cerr << "Unable to open file " << inFile << endl;
exit(1); // exit the program if file is not opened
}
if(fout.bad()){
cerr << "Unable to open file " << outFile << endl;
exit(1); // exit the program if file is not opened
}
Platform:
windows, unix
Must be 100% finished and received by buyer on:
Mar 3, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
I would prefer the code as early as possible so i can look it over.
thanks
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$8 (USD)
|
Mar 2, 2002 10:47:09 AM EDT
|
None Yet
|
|
|
hi, I would be delighted to help you with your project. I have been doing programming is C++ for more that 4 years and i can finish your program within 1 hr, please send me some respond so that i will start right away.
thanks, |
|
|
|
|
|