Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!yale!cs.utexas.edu!uunet!dino!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!rchen From: rchen@m.cs.uiuc.edu Newsgroups: comp.lang.c++ Subject: Re: Some questions on Zortech C++ Message-ID: <4800079@m.cs.uiuc.edu> Date: 9 Jan 90 01:29:47 GMT References: <1172@zip.eecs.umich.edu> Lines: 23 Nf-ID: #R:zip.eecs.umich.edu:1172:m.cs.uiuc.edu:4800079:000:525 Nf-From: m.cs.uiuc.edu!rchen Jan 8 12:37:00 1990 Here is another Zortech C++ 2.0 bug: class Choice { // ... public: Choice(char*, ...); // ... }; main() { Choice a("first", "second", "third", "forth"); // ... } The above program will cause a "compiler bug: nnnnn" error. My program worked fine with Zortech C++ 1.07, though. I wish Zortech had a nice bug-fix policy, so that I can get the patched compiler faster and easier. Don't tell me to wait for another release as I did for version 1.07 when I reported several problems with 1.06. -Ron Chen