Show Bid Request
Cursor Control
Bid Request Id: 44889
|
|
|
Description:
Some time back we switched from a 1994 vintage Borland C++ compiler to Microsoft Visual C++ 6. We now need to make a change to one of our data entry programs, but the compiler flags the gotoxy(0.0); statement, that homes the cursor, as an error. I understand that this is an old DOS sub-routine that Microsoft does not support. We are looking for replacement code to set the cursor to position(0,0) in the function below.
Dale Misegadis // size defaults to 25. void clr_screen(int size) { gotoxy(0,0); for(int cntrl = size; cntrl; cntrl--) cout << '\n'; gotoxy(0,0); }
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
We are running this program in batch mode under Windows XP Pro.
Must be 100% finished and received by buyer on:
Mar 1, 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.
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!
|
$5 (USD)
|
Jan 22, 2003 5:57:42 PM EDT
|
9.75
(Excellent)
|
|
|
Your job has been accomplished!
I know your problem. I had exactly the same problem; I developed a small function that acts exactly the same like Borland's gotoxy.
I attached a file called gotoxy.h in the ZIP file. The file is documented and can be easily understood.
All you need to do, is to: #include 'gotoxy.h'
That's all
Regards, A. Motaz |
|
Attached File
|
|
|
|
|