6 Aug
1997
6 Aug
'97
3:11 p.m.
Hi all, While working on a curses (ncurses) interface I have come upon a situation whereby I need some directions from potential GPC ncurses users. Certain ncurses functions require a PCHAR pointing to a string for the function to use. Would you, the potential users, rather pass a string schema instead? Personaly I would like an ncurses lib where I only pass strings when I can. Any ideas or suggestions? I could also allow either type of call... C style: addstr(PChar); GPC style gaddstr(String); Later... Ken L.