Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

[C] Resources for making a good Menu Programme

  • 03-06-2004 11:34AM
    #1
    Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭


    I'm looking for any guides on making a good menu program in C.

    Can anyone point me in the direction for learning:
    mysql interaction
    executing and monitoring system commands
    color manipulation

    I'd also love to see some tutorials on how to create aesthetic bits like say a border around the menu etc...


Comments

  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    apologies for calling it "programme" :o :dunno: :rolleyes:

    blame 6 hours sleep etc..


  • Registered Users, Registered Users 2 Posts: 1,011 ✭✭✭carrolls


    Visual Studio 2003 does the trick for me in C# or C++.
    Also try www.developer.com for advice on adding nice colours to your menus.


  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    Originally posted by carrolls
    Visual Studio 2003 does the trick for me in C# or C++.
    Also try www.developer.com for advice on adding nice colours to your menus.

    Ok, I haven't made myself clear on this.

    This project isn't for any microsoft OS or a windowing system.

    I need these resources for use in a Linux Debian Shell Enviroment.

    Can anyone recommend me stuff now?


  • Registered Users, Registered Users 2 Posts: 1,268 ✭✭✭hostyle


    Have you looked into curses?


  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    no, I'll go google em now...

    can you give me any info on them?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    I'm messing about with ncurses now, thanks for the pointer...

    anyone else have any tips on the rest of the stuff?


  • Registered Users, Registered Users 2 Posts: 1,268 ✭✭✭hostyle


    I know next to nothing regards using C / curses / ncurses but:

    > mysql interaction

    What do you mean exactly? It comes with good documentation.

    > executing and monitoring system commands

    Again, this seems rather vague to me, but I;m not a C head, so I may be missing your intention.

    > color manipulation

    Within the program? Should be in the ncurses docs. I know every *nix shell has its own colour documentation.

    Sorry if thats no help :/


  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    The last bit helped
    Originally posted by hostyle
    I know next to nothing regards using C / curses / ncurses but:

    > mysql interaction

    What do you mean exactly? It comes with good documentation.

    > executing and monitoring system commands

    Again, this seems rather vague to me, but I;m not a C head, so I may be missing your intention.

    mysql... as in what header files do i need and any docs about their functions

    systems commands... I'd want to run commands and know when they are finished so my program can take back over :)


  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    Right.... how about just tips on header files which allow interaction with mysql?


  • Registered Users, Registered Users 2 Posts: 10,501 ✭✭✭✭Slydice


    I've found out that you just have to include the mysql.h header file which comes with the mysql server to access the mysql functions :)

    (just so you guys know)

    I haven't tested this yet though.


  • Advertisement
Advertisement