Thread: random question program

  1. #1
    Registered User rogster001's Avatar
    Join Date
    Aug 2006
    Location
    Liverpool UK
    Posts
    1,472

    random question program

    i would like to do some kind of an application that can give me random questions and answer tests on a given subject, i have my data and it will be a straightforward application, except i want to use SDL for output, just to make some nice buttons and display etc.

    Problem is that given a large amount of Q&A its not practical to do this by loading an image file for each question, or even part of an image file, although that is a possible solution methinks.

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    GL can draw text, so perhaps you can use those functions. EDIT: And there is SDL_ttf too.
    Last edited by tabstop; 10-08-2009 at 02:31 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Random number + guessing game trouble
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-08-2007, 03:33 AM
  2. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  3. Program Random Questions
    By mikeprogram in forum C++ Programming
    Replies: 3
    Last Post: 11-19-2005, 11:45 PM
  4. Replies: 4
    Last Post: 11-16-2004, 07:29 AM
  5. Replies: 2
    Last Post: 12-25-2003, 01:31 AM