On Friday 28 March 2003 02:13 am, Steven T. Hatton wrote:
I tried to write the most basic hello world program I know of in c++ and I am getting deprication messages from gcc when I compile. Looking through the the documentation I have on line has merely lead to several levels of indirection. What am I supposed to use insted of <iostream.h>? And where do I find documentation on this which won't take me an hour to figure out how to use basic standard in and standard out?
STH =====================
Steven, This is my most basic "hello world" in c++. How does yours differ? #include <iostream.h> int main() { cout << "Hello World!\n"; return 0; } Patrick -- --- KMail v1.5 --- SuSE Linux Pro v8.1 --- Registered Linux User #225206 On any other day, that might seem strange...