[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New to C, ncurses and a big task assigned.
From: |
Tobias Boege |
Subject: |
Re: New to C, ncurses and a big task assigned. |
Date: |
Tue, 6 Nov 2012 16:41:41 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, 06 Nov 2012, shailendra singh wrote:
> Hello Everybody,
> I am new to C,NCURSES.I had been assigned a task of
> building a simple menu.I am done with that using a sample code from link
> www.linuxfocus.org/English/March2002/article233.shtml and editing it
> according to my requirement.But still i am facing certain problems.May be i
> am new thats why its happening.
> i) I am unable to change the options of both the MENUS.What ever i am
> writing in 1st menu is also coming on second menu,even though i changed the
> code or even i tried to remove everything regarding F2.
> ii) now a new task is assigned.To simply replace the option name after
> reading from a file using I/O itself in the main program.Means to
> generalise the program so that it always read from a file and change
> options accordingly and we have liberty to change the content of the text
> file.
>
> I know all these are big question but i really need help.Also need help
> regarding menu library tutorial
>
IMHO, your best bet for learning ncurses and associated libraries most
probably is [0]. For specific problems, it would be good to see the code you
are having problems with.
Regards,
Tobi
[0] http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/