delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/02/12/22:00:36

From: "Yeeming Jih" <yjihREMOVE AT erols DOT com DOT NOSPAM>
Newsgroups: comp.os.msdos.djgpp
Subject: make an <iostream>
Date: Thu, 12 Feb 1998 21:52:40 -0500
Organization: Erol's Internet Services
Lines: 24
Message-ID: <6c0cjl$g3$1@winter.news.erols.com>
NNTP-Posting-Host: 207-172-193-167.s40.as7.nyd.erols.com
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

I noticed that there are several header-forwarding files in the DJGPP C++
header directory such as <map>, <list>, and <vector> (they include <map.h>,
<list.h>, and <vector.h> respectably.) I am wondering if I can make a
header-forwarding file for <iostream.h> so I can write "#include <iostream>"
instead of "#include <iostream.h>". Here is the contain of <map>:

-----

// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.

#ifndef __MAP__
#define __MAP__
#include <map.h>
#endif

-----

What do I change "__MAP__" to? "__IOSTREAM__"?

--
-- "Never stop learning." --


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019