On Tue, 28 Sep 2004 05:43:38 -0700 (PDT) Prabu Subroto <prabu_subroto@yahoo.com> wrote:
Dear my friends...
I am trying to learn and practice GNU C++.
I start with this very simple program: ===== #include <iostream.h> #include <ctype.h> #include <stdlib.h> <snip> /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. You should change these to: #include <iostream> #include <cctype> #include <cstdlib>
Today, the C++ headers no longer use the .h. Additionally, the standard C header files should be accessed using the C++ versions. You can look in /usr/include/g++. -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9