Path: utzoo!attcan!uunet!samsung!dali.cs.montana.edu!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpda!hpwala!hpward!keithb From: keithb@hpward.hp.com Newsgroups: comp.lang.c++ Subject: Re: THINK C and C++ Message-ID: <1078@hpwala.wal.hp.com> Date: 6 Aug 90 22:18:12 GMT References: <23512@dartvax.Dartmouth.EDU> Sender: netnews@hpwala.wal.hp.com Reply-To: keithb@hpwala.wal.hp.com Distribution: comp Organization: Hewlett Packard, Waltham, Mass Lines: 21 Sender:KeithB In article <23512@dartvax.Dartmouth.EDU> mdm@eleazar.dartmouth.edu (Michael McDaniel) writes: >HELP! I just bought THINK C 4.0 and am trying to work with C++. I bought >"Using C++" by Bruce Eckel (pub:OsborneMcGraw-Hill). It directs me to >#include , but I can find no file. Nor can I make the cout >command work. Anybody out there who could help would be greatly >appreciated. I am on the net at 1200 baud, so please email to me. THANK >YOU! > > >Michael > Think C is NOT a full version of C++. It is C with objects, a subset of C++. No new keywords were introduced, and things like new() and delete() were implemented as functions. Further, there is no . Hopefully, Symantec will implement a full version of C++ in release 5.0. You're welcome. Keith Hewlett-Packard Medical Products Group