Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mit-eddie!snorkelwacker.mit.edu!think.com!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!proto!joe From: joe@proto.com (Joe Huffman) Newsgroups: comp.lang.c++ Subject: Re: New Zortech C++ Message-ID: <1991Jan31.165917.27530@proto.com> Date: 31 Jan 91 16:59:17 GMT References: <1991Jan30.231656.12541@cbnewsm.att.com> Distribution: usa Organization: Prototronics @ Sandpoint, ID Lines: 30 gregk@cbnewsm.att.com (gregory.p.kochanski) writes: >Has anyone tried the new 32 bit Zortech C++? Yes. But I helped write part of it so you may not want my opinions. >For that manner, has anyone tried Zortech 2.1 or Turbo C++ on a serious >project (>1000 lines of c++, not counting supplied headers)? >Do they have problems with running out of memory? I have one program (not related to Zortech) that is mostly C code but is slowly migrating to C++ that has modules that vary in size from 70 lines to 3400 lines. With a total number of lines of about 80000. A 780 line module gives me memory problems if I try and compile it with the 8088 version of the compiler (the 3400 line module doesn't). The protected mode versions of the compiler overcome this problem (assuming you have a 80286 or better). --- Zortech mailing list: send email to 'ztc-list-request@uunet.uu.net' with: Add: your-user-name@your-machine-name In the body of the message. --- Send Zortech bug reports to 'zortech-bugs@proto.com' Send requests for educational discounts to 'zortech-ed@proto.com' --- Zortech is my major source of income. Statements about them or their competitors cannot be totally without bias. -- joe@proto.com