Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!MAILER%ALASKA.BITNET@CUNYVM.CUNY.EDU From: MAILER%ALASKA.BITNET@CUNYVM.CUNY.EDU Newsgroups: comp.lang.c Subject: Undelivered mail Message-ID: <12348@brl-adm.ARPA> Date: 13 Mar 88 08:59:19 GMT Sender: news@brl-adm.ARPA Lines: 31 Subject: Re: Pascal --> C question [Non-Deliverable: User does not exist or has never logged on] Reply-To: Info-C@BRL.ARPA Received: From UWAVM(MAILER) by ALASKA with Jnet id 0369 for SXJVK@ALASKA; Sat, 12 Mar 88 23:49 AST Received: by UWAVM (Mailer X1.25) id 6429; Sun, 13 Mar 88 00:49:35 PST Date: Fri, 11 Mar 88 04:19:24 GMT Reply-To: Info-C@BRL.ARPA Sender: Info-C List From: Andrea Humenick Subject: Re: Pascal --> C question Comments: To: info-c@BRL-SMOKE.arpa To: Vic Kapella 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.