Thread: How to program a "soccer league fixture"?

  1. #1
    Registered User
    Join Date
    Feb 2012
    Posts
    29

    How to program a "soccer league fixture"?

    Hello,
    I want to create a program which creates a soccer league match fixture.There are 18 teams in the league and each
    team will have 34 league matches.
    But I couldn't find a way about how I can do it.Especially the problem is indefinite postponement,I want to make that program without indefinite postponement.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    There are several ways to program team matches. In developing your program, I'd strongly suggest you work with 5 teams, until you have the core logic worked out. Then expand it to however many teams you want to have, in the program.

    Find out the name of the match scheduling you want, and then read about it on Wikipedia or other sites (Google is your buddy). You need to understand what it is that you want to do, very thoroughly.

    Then take a swing at coding it up, piece by piece, compiling to check for obvious errors, as you go. When and if you get stuck, come back and tell us what is the problem.

    I can recall posting a couple answers to match schedules in this forum - don't know if they would help you or not, just yet. There might be more posts/threads dealing with this very problem, however. Worth a search, anyway.

  3. #3
    Registered User
    Join Date
    Feb 2012
    Posts
    29
    Thanks for your answer.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 03-31-2009, 04:23 PM
  2. Replies: 46
    Last Post: 08-24-2007, 04:52 PM
  3. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  4. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM