X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Ambuhl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, de, fr, ru, el, zh MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: IOSTREAM is deprecated. What now? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 20 Message-ID: Date: Sun, 07 Sep 2003 23:08:14 GMT NNTP-Posting-Host: 66.90.177.55 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.news.atl.earthlink.net 1062976094 66.90.177.55 (Sun, 07 Sep 2003 16:08:14 PDT) NNTP-Posting-Date: Sun, 07 Sep 2003 16:08:14 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Fausto Arinos Barbuto wrote: > > Hi All; > > What header(s) should I use instead of IOSTREAM.H to avoid gpp > compilation warnings? (I know I can always use the -Wno-deprecated > switch, but that is silly IMO). #include The (only) C++ standard does not use header names of the form . Even C headers of the form are not usually used that way in C++, because of C++ namespace use, but are normally in C++. -- Martin Ambuhl