Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!mcvax!unido!uklirb!mdoerr From: mdoerr@uklirb.UUCP Newsgroups: comp.sys.atari.st Subject: Re: gnuplot (is there life after Megamax - (nf) Message-ID: <24400017@uklirb.UUCP> Date: Fri, 10-Apr-87 05:16:00 EST Article-I.D.: uklirb.24400017 Posted: Fri Apr 10 05:16:00 1987 Date-Received: Wed, 15-Apr-87 00:45:52 EST References: <461@cernvax.UUCP> Lines: 25 Nf-ID: #R:cernvax:-46100:uklirb:24400017:000:1012 Nf-From: uklirb!mdoerr Apr 10 11:16:00 1987 > and whether they would like the hacked limited version or wait for the > super++ version. I definitely want, it but prefer to wait for the full version. > sizeof("anystring") returns 4 (the size of the pointer!!!!), not 10. This (in my opinion) isn't a bug. Any C compiler I know of treats an ordinary string as a pointer to an array of chars. Try c = "ABCDEF"[2]; and you'll find (c=='C') to be true. Use strlen("anystring") instead of sizeof("anystring"). > Since I am also stuck with the lousy Megamax FP library I would like > to hear when any new version comes out. Despite having paid my money > for Megamax and sent off my card asking for information (and also a > letter telling Megamax of other bugs!) I have never heard a word from > them. Ought I to have waited for MWC? Are they any better? MWC are much better. I've send my registration card to Chicago and received their upgrade notice (to V.2.0) prior to the German distributor having arranged the updates. > Mike Gerard. Michael Doerr