Path: utzoo!mnetor!uunet!husc6!mit-eddie!oxtrap.UUCP!rich From: rich@oxtrap.UUCP (K. Richard Magill) Newsgroups: comp.lang.c++ Subject: experiences Message-ID: <8804202143.AA20311@oxtrap.UUCP> Date: 20 Apr 88 21:43:50 GMT Sender: daemon@eddie.MIT.EDU Reply-To: rich%oxtrap.UUCP@umix.cc.umich.edu Lines: 17 Lest I scared people off prematurely, let me give a followup review. I feel g++ is in a state worthy of using as a development tool provided the following facts are understood. a) g++ itself is still under development. b) it has a debugger. c) the language parsed/compiled is slightly different that that parsed/compiled by the at&t preprocessor. Bottom line is that most errror messages are better than standard although some are still cryptic. Any discrepancies in language parsed can be dealt with easily for NEW code. comverting existing c++ code MAY not be trivial. The flood of problems I saw earlier are almost certainly due to installation errors. (hello.)