From: sl AT psycode DOT com DOT NOSPAM (Gili) Newsgroups: comp.os.msdos.djgpp Subject: Does C++ really work on top of C? Date: 8 Jun 1998 11:40:22 GMT Organization: All USENET -- http://www.Supernews.com Lines: 10 Message-ID: Reply-To: sl AT psycode DOT com DOT NOSPAM NNTP-Posting-Host: 205.205.118.187 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I'm just wondering (now that I'm beginning to write C++ libraries): are _all_ C++ libraries (such as iostream) built on top of preexisting C functions? For example, when I go "cout << "hello world!";" what actually happens? Wouldn't it be smart, actually, to base all C++ functions on top of preexisting (working) functions? Or what? Thank you, Gili