Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!usc!wuarchive!udel!sbcs!csws9.ic.sunysb.edu!mmoss From: mmoss@csws9.ic.sunysb.edu (Matthew D Moss) Newsgroups: comp.sys.mac.programmer Subject: Str255 and char* Keywords: THINK C 4.0 Message-ID: <1991Jan27.181816.22644@sbcs.sunysb.edu> Date: 27 Jan 91 18:18:16 GMT Sender: usenet@sbcs.sunysb.edu (Usenet poster) Distribution: usa Organization: State University of New York at Stony Brook Lines: 16 Originator: mmoss@csws9.ic.sunysb.edu Can someone tell me what exactly is the difference between Str255 and char* ? Looking through source files, I see Str255 defined as an array. Is that the same as a char pointer? And, if I were to use char*, do I have to allocate space before I define the string? (Sorry if this has been asked before :) Thanks, Matthew Moss (mmoss@libserv1.ic.sunysb.edu)