From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FROM_ADDR_WS, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,ec5e801e70a0a8f1 X-Google-Attributes: gid109fba,public X-Google-Thread: 101deb,ec5e801e70a0a8f1 X-Google-Attributes: gid101deb,public X-Google-Thread: 1014db,6154de2e240de72a X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,ec5e801e70a0a8f1 X-Google-Attributes: gid103376,public From: robt2@ix.netcom.com(Rob(t.) Brannan) Subject: Re: Should I learn C or Pascal? Date: 1996/07/30 Message-ID: <4tkc4n$569@sjx-ixn5.ix.netcom.com>#1/1 X-Deja-AN: 171011129 references: <4t6hrs$kid@goanna.cs.rmit.edu.au> <31FD4510.4150@voyager.co.nz> organization: Netcom x-netcom-date: Tue Jul 30 12:03:51 AM PDT 1996 newsgroups: comp.lang.c,comp.lang.c++,comp.lang.ada,comp.lang.pl1 Date: 1996-07-30T00:03:51-07:00 List-Id: As a first language Pascal is the way to go for many reasons. C is very complicated as a first language (libraries,pointers,numerous low level routines), not to mention some of the errors that you will encounter are not exactly well covered in any book. As a newbie , remember trying to figure out whats wrong when an included file or library was just left out!