Thread: sequential number program

  1. #1
    Registered User
    Join Date
    Aug 2018
    Posts
    1

    sequential number program

    Hello Programming Community,

    I know next to nothing about programming so i come to you with a few questions.

    I have a friend that developed a program to generate sequentially numbered part numbers. Along with some customizations to add prefix digits to the number to customize it for specific customers.

    The program would have an internal database to keep track of which part numbers have been used already so that the numbers dont double up.

    I am wanting to give him an offer on a reasonable amount to "purchase" the program for.

    The problem is that i don't know how much time someone who is current on programming would take to develop a simple program like that vs how much time he spent on it because he had to learn some more current programming.

    What are your thoughts? What would be a reasonable dollar value for a program like that vs how much time it would take a programmer to develop it?

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,613
    Make him an offer based on what you can afford and see if he agrees. Software pricing is so divorced from simply paying for development time and other costs. Most things you buy are either priced low on purpose because the owner doesn't care and wants you to use it, or the whole plan is to sell X units, or even more simply, operate at a loss to compete with brand Y. There is no such thing as reasonable.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    The right to use the program, maybe 5 cents.

    The perpetual exclusive right to own and modify the source code, and sell further user licenses - make an offer.

    The program isn't that interesting. Any competent programmer can write a bespoke version for their own requirements in a few lines of code.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-30-2015, 09:15 AM
  2. Replies: 4
    Last Post: 04-19-2013, 05:11 PM
  3. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  4. Storing random number in array(sequential search & bubble sort)
    By dukethacore in forum C++ Programming
    Replies: 5
    Last Post: 07-20-2005, 08:28 AM
  5. Storing random number in array(sequential search & bubble sort)
    By dukethacore in forum C++ Programming
    Replies: 1
    Last Post: 07-20-2005, 07:23 AM

Tags for this Thread