Show Bid Request
Writing a course profiling system
Bid Request Id: 18228
|
|
|
Posted by: |
urmela (1 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 0.00%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Jun 5, 2002 1:56:45 AM EDT
|
Bidding Closes: |
Jun 19, 2002 2:33:20 AM EDT
|
Viewed (by coders): |
229 times
|
Deadline: |
7/9/2002
TIME EXPIRED
|
|
|
|
Description:
its about writing a course profiling system.Please unzip the Example.zip.There is a Ass3.exe file in it.I want the cpp files for that.Please don't write the whole code in one cpp file.Make individual function files and then call it in main programme.thanks
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
Windows 98,Microsoft visual C++ 6.0
Must be 100% finished and received by buyer on:
Jul 9, 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.
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!
|
$15 (USD)
|
Jun 5, 2002 3:37:06 AM EDT
|
9.62
(Excellent)
|
|
|
Hello,
I don't know what's in this file for it's 529 kB (I even scanned it for troyans :-) but it looks simple enough. For all I see it's not saving any data just gathering answers from user and displaying statistics.
I can do it in a 'politicaly correct' way, I mean in ways that would represent good programming practice separating and structuring code and commenting it as if for a school book. Also separate code thru *.cpp files as you requested. I suppose that is what you want, if no tell me and I'll do it your way.
You'll have it finished within a day, probably within few hours. I'm pretty fast, see my rating. Accept the bid now and you'll have it by the next Melbourne morning.
|
|
|
|
|
$15 (USD)
|
Jun 5, 2002 8:50:16 AM EDT
|
9.62
(Excellent)
|
|
|
I actually wrote a few lines just to see how it's going. Seems I could do it within two hours or so. here's an excrept from main cpp file :
// Ass.cpp : Defines the entry point for the console application. //
#include 'stdafx.h' #include 'Functions.h'
int main(int argc, char* argv[]) { LogoScreen(); GetCourseName(); do ProcessNewSubject(); while (UserWantsAnotherSubject()); ShowStats(); GoodByeScreen(); PressAnyKey(); return 0; }
|
|
|
|
|
$15 (USD)
|
Jun 5, 2002 4:57:59 PM EDT
|
9.62
(Excellent)
|
|
|
Hello again.
Looks like I'm the pushiest guy here. Well I had time today and I all but finished your program (except for the schoolbook style comments). You wouldn't be able to tell one from another by using them (except that mine doesn't crash when it gets more than 15-20 entries like the example one does)
Yours for $15 |
|
|
|
|
|