Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!mips!ultra!ted From: ted@ultra.com (Ted Schroeder) Newsgroups: comp.lang.c Subject: Re: C/370 is case insensitive, and just generally rots! Message-ID: <1989Dec13.173114.10295@ultra.com> Date: 13 Dec 89 17:31:14 GMT References: <71894@psuecl.bitnet> Organization: Ultra Network Technologies Lines: 27 c9h@psuecl.bitnet writes: >I just can't believe it. If I hadn't seen it with my own eyes, I seriously >doubt that I would. IBM C/370 is *not* case sensitive. This is just for >starters. Let me give you some advice. NEVER, EVER use C/370 if there is >*ANY* way you can avoid it, ESPECIALLY if you like K&R2. People, this com- >piler is BAD (Broken As Designed). I strongly encourage you to get Waterloo >C (WATC) if you want to program in C on an IBM mainframe. Well, not exactly. IBM C/370 is case sensitive AS long as the data is local. I'm sure that globals are not case sensitive in Waterloo C either since the linker/loader doesn't support case. It also doesn't support the "_" character and symbols can only be 8 chars long. ("_" chars get turned into the "@" char automatically by the compiler). By the way, I've done a pretty major port of a Unix device driver for our product into VM and have had not a single issue with the compiler. Now the loader, that I've got my opinions about, but let's not bad mouth the compiler when it's the rest of the IBM support you're really pissed about. Ted Schroeder ted@Ultra.com Ultra Network Technologies ...!ames!ultra!ted 101 Daggett Drive San Jose, CA 95134 408-922-0100 Disclaimer: I don't even believe what I say, why should my company?