LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   NCURSES form help!! how to gather information? (https://www.linuxquestions.org/questions/programming-9/ncurses-form-help-how-to-gather-information-612704/)

kossel 01-10-2008 04:41 PM

NCURSES form help!! how to gather information?
 
hi.

I have been reading almost every ncurses tutorials or how-to. but i still can't find the answer of my simple problem..:mad:

if i use form library of ncurses, how can I gather the information of those fields??

example, i want to make a form where ppl can fill out with their name, age, birth, and then I want to save those information into my variable, name, age,bir etc..

Language: C

indienick 01-11-2008 08:55 AM

...which language are you writing this in? Ncurses is available for C, C++, Python, ..., and so on.

kossel 01-11-2008 12:55 PM

sorry I forgot to mention, I'm using C
and I got something, is it the function char *field_buffer(FIELD *field, int)?


All times are GMT -5. The time now is 08:06 PM.