Show Bid Request
Threads function in word processing
Bid Request Id: 43769
|
|
|
Posted by: |
alzoub1 (47 ratings)
(Software buyer rating 9.95)
|
Non-action Ratio: |
Very Good - 5.77%
|
Posted: |
Jan 15, 2003 1:40:28 PM EDT
|
Bidding Closes: |
Jan 18, 2003 1:48:32 PM EDT
|
Viewed (by coders): |
120 times
|
Deadline: |
1/19/2003
TIME EXPIRED
|
|
|
|
Description:
Write a program using C++ and Win32 API to implement a function normally found in a word processor. The problem is solved using the assembly line paradigm
Your program first uses a thread to get a sentence (<= 80 characters) from the user. The sentence is then passed to the second thread which sorts the sequence, counts the number of non-blank characters, and counts the number of words. It then passes the information to the third thread which prints all the information to the screen.
The following shows a scenario of running the program, where user&'s inputs are in boldface.
>cmsc735p1 {an executable file}
program starts running ....... {from main thread}
please enter a sentence:operating system course is interesting {from thread 1}
sentence is being sorted ..... {from thread 2}
counting characters ..... {from thread 2}
counting words ..... {from thread 2}
sentence sorted: course interesting is operating system {from thread 3}
number of characters: 34 {from thread 3}
number of words: 5 {from thread 3}
program terminated ....... {from main thread}
>
please see additional file attached
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2)must be runing with all the specifications mentioned
Platform:
xp ,98,melinum
Must be 100% finished and received by buyer on:
Jan 19, 2003 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:
Must be completed by 1/19/2003
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
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)
|
Jan 15, 2003 5:08:59 PM EDT
|
6.26
(Above Average)
|
|
|
Hi alzoub1,
Attached is the zip file containing the application meeting your requirements.
I can send you the well commented, complete source code withing few hours of bid acceptance.
Also I'll provide you free support in case you want some minor changes in the application.
The application is written using C++, compiler using VC++6.0 under WindowsNT.
Regards Navendu
|
|
Attached File
|
|
|
|
|