Path: utzoo!attcan!utgpu!watmath!att!tut.cis.ohio-state.edu!cica!iuvax!purdue!ames!uhccux!munnari.oz.au!bruce!khsoh From: khsoh@bruce.OZ (Kam Hung Soh) Newsgroups: comp.sys.amiga.tech Subject: Skeleton C program Keywords: skeleton Message-ID: <1444@bruce.OZ> Date: 10 Aug 89 00:08:26 GMT Organization: Monash Uni. Computer Science, Australia Lines: 16 I recently wrote a short C program for the Macintosh and I was impressed with how easy it was to add windows and produce applications. The reason for this ease was a program called `Skel' which was provided by my lecuturer. `Skel' included routines for doing regular system calls and a main program that was activated by the mouse / keyboard events. Another plus is that all the messy include files associated with C programs were squirreled away by the main program, freeing me from having to check up on declarations and names. Obviously, such a package is of limited use to professionals but for people just interested in getting an application running, it would be superb. Is there anything resembling `Skel' for the Amiga? -- ************************************************************************ *********** khsoh@bruce.cs.monash.oz ********** ************************************************************************