From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ankit Jain Subject: if somebody can tell why this warnign is there?/ Date: Mon, 10 Jan 2005 12:40:28 +0000 (GMT) Message-ID: <20050110124028.40060.qmail@web52904.mail.yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux prg [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 header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. [ankit@rinku ankit]$ cat test.cpp #include 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