Path: utzoo!utgpu!water!watmath!clyde!rutgers!rochester!PT.CS.CMU.EDU!andrew.cmu.edu!rs4u+ From: rs4u+@andrew.cmu.edu (Richard Siegel) Newsgroups: comp.sys.mac Subject: Re: LSC, Mac limitations? Message-ID: Date: 12 Feb 88 00:14:44 GMT Organization: Carnegie Mellon University Lines: 25 1) It's not possible to have a static data structure bigger than 32K in size. You may want to consider a more dynamic structure than a two-dimension al array. 2) That's exactly the case. Since variables aren't automatically initialized, you need to set the next field to be nil, otherwise your loop won't know when to terminate. 3) there's a bug in scanf(). The quickie workaround is to use gets(), and then sscanf() to parse the input. It's an extra step, but it does seem to work. --Rich =================================================================== Richard Siegel THINK Technologies, QA Technician (on leave) The opinions stated here do not represent the policies of THINK Technologies or of Carnegie-Mellon University. Arpa: rs4u@andrew.cmu.edu UUCP: {decvax,ucbvax,sun}!andrew.cmu.edu!rs4u ==================================================================