linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ankit Jain <ankitjain1580@yahoo.com>
To: linux prg <linux-c-programming@vger.kernel.org>
Subject: if somebody can tell why this warnign is there?/
Date: Mon, 10 Jan 2005 12:40:28 +0000 (GMT)	[thread overview]
Message-ID: <20050110124028.40060.qmail@web52904.mail.yahoo.com> (raw)

[ankit@rinku ankit]$ g++ test.cpp
In file included from
/usr/include/c++/3.2.2/backward/iostream.h:31,
                 from test.cpp:1:
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2:
warning: #warning This
file includes at least one deprecated or antiquated
header. Please consider usin
g one of the 32 headers found in section 17.4.1.2 of
the C++ standard. Examples
include substituting the <X> header for the <X.h>
header for C++ includes, or <s
stream> instead of the deprecated header
<strstream.h>. To disable this warning
use -Wno-deprecated.
[ankit@rinku ankit]$ cat test.cpp
#include<iostream.h>
int main()
{
        printf("It is working\n");
return 0;
}
[ankit@rinku ankit]$     

________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

             reply	other threads:[~2005-01-10 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-10 12:40 Ankit Jain [this message]
2005-01-10 12:44 ` if somebody can tell why this warnign is there?/ Ali Reza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050110124028.40060.qmail@web52904.mail.yahoo.com \
    --to=ankitjain1580@yahoo.com \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).