delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2006/07/04/13:18:07

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Date: Tue, 04 Jul 2006 19:06:07 +0200
From: Robert Riebisch <Robert DOT Riebisch AT arcor DOT de>
User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
MIME-Version: 1.0
Newsgroups: comp.os.msdos.djgpp
Subject: Newbie question about features
Lines: 27
Message-ID: <44aa9ff8$0$26262$9b4e6d93@newsread2.arcor-online.net>
Organization: Arcor
NNTP-Posting-Date: 04 Jul 2006 19:06:00 MEST
NNTP-Posting-Host: 57891412.newsread2.arcor-online.net
X-Trace: DXC=A]d<QUjB0C32j7j^L?86D8Q5U85hF6f;4jW\KbG]kaM8GSi?jHD8GO0:@T]cKLn:R:@7I?X^RmUK:d`BbF2onL<3oN6_lZ?L?I:Ab72f6QQ46=
X-Complaints-To: usenet-abuse AT arcor DOT de
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Hello!

Since what version does DJGPP (or GPP) support new features like the
following?

***
#if !defined(NEW_CPP_FEATURES)
#include <fstream.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#else
#include <fstream>
#include <cassert>
#include <cstring>
#include <cstdlib>
#endif

#if defined(NEW_CPP_FEATURES)
using namespace std;
#endif
***

-- 
Robert Riebisch
Bitte NUR in der Newsgroup antworten!
Please reply to the Newsgroup ONLY!

- Raw text -


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