Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want the source code for a school payment system in c++.
Posted
Updated 25-Dec-11 3:30am
v2

My fee is $100 (U.S.) per hour, with a minimum charged amount of $25,000. This fee only includes the initial development of the code, and does NOT include assistance with the requirement documents, quality assurance testing, stream-lining changes due to alterations in requirements, nor support of any kind. Further, 50% of the minimum fee (non-refundable) is due upon signing of the contract before work begins. If you agree to these terms, have your people contact my people.

EDIT ==========================

I forgot to mention that face-to-face meetings are $1000 per day (or any part thereof), and if travel is included, $1000 for each travel day + expenses (air fare, hotel, meals, and security). For example, if you wanted to have a 1-day meeting in your office, it would cost you a minimum of $3000 plus expenses. If travel involves traveling to a location outside the continental US, an additional $2000 would be charged for each travel day + $500 for every time zone I enter to/from the meeting location. In the event security is needed, an additional $500 per meeting day will be charged.
 
Share this answer
 
v2
Comments
DrBones69 25-Dec-11 10:53am    
Hey John! Are you hiring programmers? Maybe we can be partners!?! Say...30% would would be fine. ;-)
#realJSOP 25-Dec-11 10:58am    
Nope. I'm what the Department of Homeland Security refers to as a "lone wolf". :)
JackDingler 27-Dec-11 11:41am    
I'll do it for $95 / hour.

But the rest of the conditions apply.
Espen Harlinn 31-Dec-11 8:35am    
A $100 an hour? That's cheap, 250 hours x $100 vs 5000 hours x $95
hi,
i believe you need to help yourself!!
start by writing down your logic flow , decide about the classes and data structures you are going to use and then consider what roadblocks you face
try to resolve them one at a time and develop a basic working system.
if you face any specific technical issue then you can ask here.

did you even try to google for this:
http://www.google.co.in/search?q=school+fee+payment+systemin+c%2B%2B&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a[^]

in case you are new to c++, see what google has for you:

http://www.google.co.in/search?q=tutorials+in+c%2B%2B&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a[^]
 
Share this answer
 
for(int i = 0; i <= mySchoolTime; i++)
{
    mySchool += myMoney;
}
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900