Results 1 to 4 of 4

Thread: Question about programming

Hybrid View

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    55

    Question about programming

    Ok please dont laugh at my question:

    What does a "build" number mean in programming (usually put in the program's about info or whatever)? Is it the amount of times the program has been made built into an executable file?

  2. #2

    Re: Question about programming

    That would be my guess. I never knew exactly what it means, just that it's for different versions.

  3. #3

    Re: Question about programming

    I believe it refers to the actual version number of the program. Sometimes, small changes are made that are not large enough to warrant a new version number, so they just up the build number to show that a change has been made.

  4. #4
    Guest

    Re: Question about programming

    Ok I'm not entirely sure either, but I might as well say something:

    If you've ever used CVS to update your source code, you'll notice that it keeps track of your version number. The build number is the same idea except, with big projects that are done by many people (in other words, compiling multiple sources), it is sometimes useful to have a build number to keep track of what was the last working build.

    That's also what they mean by "nightly builds" or "daily builds." Everyday somebody (or a task queued in the scheduler) makes a build of a working version so that they can work on it the next time without having to worry about having a faulty build.

Similar Threads

  1. Not sure my college is good for Programming
    By mariline in forum Windows - General Topics
    Replies: 0
    Last Post: 08-16-2007, 09:16 PM
  2. Difference in programming??
    By in forum Programming
    Replies: 11
    Last Post: 07-04-2003, 08:03 PM
  3. adduser command question
    By RedHatNewbie in forum Linux - General Topics
    Replies: 6
    Last Post: 09-29-2002, 06:55 AM
  4. Object Oriented question.
    By cloverm in forum Linux - Software, Applications & Programming
    Replies: 28
    Last Post: 03-25-2002, 12:11 AM
  5. Unix Network Programming Review
    By Aaron_Adams in forum Programming
    Replies: 8
    Last Post: 03-17-2002, 11:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •