Xref: utzoo comp.os.msdos.programmer:6020 comp.sys.ibm.pc.programmer:2802 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!agate!eris.berkeley.edu!morgan From: morgan@eris.berkeley.edu Newsgroups: comp.os.msdos.programmer,comp.sys.ibm.pc.programmer Subject: Writing Two C Function Libraries Message-ID: <1991Jun29.181617.25849@agate.berkeley.edu> Date: 29 Jun 91 18:16:17 GMT Sender: usenet@agate.berkeley.edu (USENET Administrator) Reply-To: morgan@chaos.cs.brandeis.edu Distribution: comp Organization: University of California, Berkeley Lines: 21 Hi, I am in the process of writing a couple of C function libraries. One of them will be an interface library with windows, menus, data entry, and list selection. The other will be a general function library with bit manipulation, functions for controlling print.com, etc... The reason I am posting is that I am wondering what sort of things people like... what type of menus are you likely to use? how do you prefer to do data entry? What other user interface functions would be useful? For the general library, what would be useful? I thought of having functions similar to the fgetc function which would read in other things beside characters from a file. Any help would be greatly appreciated. Please reply by email to morgan@chaos.cs.brandeis.edu Thank you in advance, -Dylan