Path: utzoo!attcan!uunet!samsung!emory!hubcap!jcocon From: jcocon@hubcap.clemson.edu (james c oconnor) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C Suggestions Message-ID: <10490@hubcap.clemson.edu> Date: 17 Sep 90 16:27:53 GMT References: <695@sun13.scri.fsu.edu> Organization: Clemson University, Clemson, SC Lines: 13 From article <695@sun13.scri.fsu.edu>, by pepke@gw.scri.fsu.edu (Eric Pepke): > Here is a suggested improvement for that equisite compiler, THINK C: > > Have a check box in the options which causes string literals to be type > unsigned char * rather than char * by default. It helps if one uses > unsigned char * in one's prototypes a lot. How about they improve the compiler. I scanned an article in MacTutor which showed that Think Pascal generates better code than Think C. This ought not to be. I love the environment, but I frequently write code that is pushing the speed of my machine (ray traces, etc) and every saved instruction counts. Jim