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: <12354@brl-adm.ARPA> Date: 13 Mar 88 11:14:07 GMT Sender: news@brl-adm.ARPA Lines: 24 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 0681 for SXJVK@ALASKA; Sun, 13 Mar 88 02:00 AST Received: by UWAVM (Mailer X1.25) id 6710; Sun, 13 Mar 88 02:59:06 PST Date: Sun, 13 Mar 88 00:20:21 GMT Reply-To: Info-C@BRL.ARPA Sender: Info-C List From: Rafael Llave Subject: Re: Pascal --> C question Comments: To: info-c@BRL-SMOKE.arpa To: Vic Kapella # # Except that the useful ones are never that easy. One of my favorites: # bitstring: packed array[0..1023] of boolean; # In C you have to do bit-fiddling by hand to get the same effect. # Many Pascal compilers ignore packed