Thread: A Menu Program

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    2

    A Menu Program

    i am new to C++ (only a day old...lol) and im wanting to make a .EXE file that will serve as a Menu on an autorun CD Basically I need it to serve as a map for the file the are on the CD (various install files and such)

    I have no idea where to begin... can someone take pity on my and help me... a young mind willing to learn here :-D

    -Aidan

  2. #2
    Registered User
    Join Date
    Feb 2006
    Posts
    312
    I would begin by creating a short program that just evaluates one menu option... once you've done that successfully, it should be quick and easy to extend that, for as many options as you need. The problem gets a bit more tricky if you start to add sub-menus which switch between each other - that is probably a bit beyond someone who's just been doing C++ for a day
    I suggest you stick to standard C++ for the moment, and avoid anything fancy (meaning - just create a plain old console program, no windows or GUI stuff.. you could do that later on)

  3. #3
    Banned Yuri's Avatar
    Join Date
    Aug 2005
    Location
    Breukelen, The Netherlands
    Posts
    133
    If you want to make a menu with console program which can react on mouse input I think this thread will be usefull: http://cboard.cprogramming.com/showthread.php?t=76970. With windows code it probably would be more difficult and different, especially when you are new, though I don't know how your menu should look like.

  4. #4
    Registered User
    Join Date
    Mar 2006
    Posts
    2
    i think it will be fun to learn this... but alas i need to get some books...i dont even know where to start

  5. #5
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Perhaps, for now, you're aiming too high.

    I personally would love to program AI, but I don't know where to start...

    Get a book, read the tutorials... start where they say you should start.
    Sent from my iPad®

  6. #6
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Quote Originally Posted by SlyMaelstrom
    I personally would love to program AI, but I don't know where to start...
    maybe a little off topic, but a decent place to start IMO is in IRC or some other chat medium. try making a bot that can converse with people
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  7. #7
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by major_small
    maybe a little off topic, but a decent place to start IMO is in IRC or some other chat medium. try making a bot that can converse with people
    ... it was just an example, Major. For him not for you.
    Sent from my iPad®

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 03-05-2009, 10:25 AM
  2. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  3. Constructive Feed Back (Java Program)
    By xddxogm3 in forum Tech Board
    Replies: 12
    Last Post: 10-10-2004, 03:41 AM
  4. Enistine program
    By Mac_the vamp in forum C Programming
    Replies: 2
    Last Post: 11-11-2002, 10:56 AM
  5. c++ program with a button menu
    By quakegod in forum C++ Programming
    Replies: 0
    Last Post: 01-07-2002, 01:09 AM