Path: utzoo!mnetor!uunet!husc6!cmcl2!beta!unm-la!unmvax!charon!cs2531ar From: cs2531ar@charon.unm.edu (Andrea Humenick) Newsgroups: comp.lang.c Subject: Re: Pascal --> C question Message-ID: <2500@charon.unm.edu> Date: 11 Mar 88 04:19:24 GMT References: <650001@hpcilzb.HP.COM> <4940001@hpiacla.HP.COM> <3352@psuvax1.psu.edu> <4766@sigi.Colorado.EDU> Reply-To: cs2531ar@charon.unm.edu.UUCP (Andrea Humenick) Organization: University of New Mexico, Albuquerque, NM Lines: 13 Summary: packed or not In article <4766@sigi.Colorado.EDU> swarbric@tramp.Colorado.EDU (Frank Swarbrick) writes: >Or does the "packed" thing in Pascal have some special meaning? I never could >figure out what the difference between a packed array and a regular array was. I'm a new poster, so I'm sorry if this is improper. In my current pascal class my teacher explained packed and not packed as this packed: an array that can read in ' ' not packed: an array that can only be read in character by character thank you.