Thread: Beautifying a main menu screen

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    147

    Beautifying a main menu screen

    Does anybody know of any nice codes which i could use to apply to a screen which is supposed to reveal the main menu...

    coz it looks k ind of dull, and was juyst wondering if there's anyone out there who could help me in suggesting ideas on how i could beautify or decorate, or at least make the main menu look more attractive, hehe...
    Only by the cross are you saved...

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    70
    Use graphics functions.

    See graphics.h header file.
    Chintan R Naik

  3. #3
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    This is a compiler specific questions, in the faq section theres a load of ways to color text depending on wich compiler you use.
    FAQ , and if you want an easy way to draw things like circles etc you can use the graphics library wich comes with the compiler.
    For instance if you use Borland compiler you can use the BGI graphics, wich are simpel and not made to animate (let things move around the screen).

    Ganglylamb.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 03-05-2009, 10:25 AM
  2. SDL + Keys
    By Livijn in forum Game Programming
    Replies: 24
    Last Post: 05-11-2007, 04:31 PM
  3. main menu
    By bazzano in forum C Programming
    Replies: 25
    Last Post: 04-25-2007, 06:18 AM
  4. quick question about C Dos text menu pgm i was doing
    By Shadow in forum C Programming
    Replies: 2
    Last Post: 09-16-2001, 10:26 AM