On Sep 12, 9:27 am, blargg....@gishpuppy.com (blargg) wrote:
> In article <gac1i1$hq...@aioe.org>, Rainer Heynke
> <nore...@plucked.de> wrote:
> > a friend of mine ask about the reason and the history beyond
> > the two different ways to include std-headers like
> > #include "stdio.h"
> > #include <cstdio>
> Before C++ became an ISO standard, there were already many C++
> headers like iostream.h and similar, whose functionality
> differed from one compiler to another.
Actually, the functionality differed less than the names. Some
compilers had <iostream.h>, <strstream.h>, etc.; others
<iostream.hpp>, <strstrea.hpp>, etc.; and who knows what else.
--
James Kanze (GABI Software) email:
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
|