Thread: how to make who wants to be a millionaire

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    10

    how to make who wants to be a millionaire

    dear prelude

    do you have an idea how to create "Who wants to be a millionaire" Turbo c++ version

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    well first things first, pick wether or not you want console?GUI, and after you have decided, write an algorithm of everything u want to happen in your program, which will usually aid you in code decisions.

  3. #3
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Isn't Turbo C++ DOS/Console exclusive?

    You should have a database of questions of different difficulty, and randomly pick one of the when a question should be asked (too predictable if it's the same question all the time).
    How you handle answers will be harder, since the user have to type an exact match unless you use some advanced algorithm-thingy .

    Other than that, a simple loop would be required, and some handlers for the help objects (whatever they're called, the phone, 50/50 u know...).
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  4. #4
    Registered User
    Join Date
    Sep 2002
    Posts
    10
    dear magos
    can i download a borland c++ 5.1
    can make me a sample

  5. #5
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    You may not to arrange to download it on this site. No software piracy, or explanations of how to do so may be done here.
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  6. #6
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    You can download, (fully legal), Borlands 5.5 C++ command line compiler and tools from their web site. If you are not familiar with command line tools, you may be better off downloading one of the compiler/IDE's that are freely available. Links to several can be found here...

    http://www.cprogramming.com/compilers.html
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to make a Packet sniffer/filter?
    By shown in forum C++ Programming
    Replies: 2
    Last Post: 02-22-2009, 09:51 PM
  2. "Cannot make pipe"
    By crepincdotcom in forum C Programming
    Replies: 5
    Last Post: 08-16-2004, 12:43 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. make all rule
    By duffy in forum C Programming
    Replies: 9
    Last Post: 09-11-2003, 01:05 PM
  5. Replies: 6
    Last Post: 04-20-2002, 06:35 PM