From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew" To: help-gcc@gnu.org Subject: ...ONE MORE NEWBIE QUESTION: iostream.h Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: X-SW-Source: 2000-q1/msg00081.html Message-ID: <20000401000000.MSEe3mKExTuQSqCiqAK10FHywaSKVm62e-VvByFpjRs@z> Hi I have a problem compiling simple programs using "cout" and "cin" and i need to #include . The output says, that "iostream" is on found (file not found). BUT the works fine with printf() (for example printf("hello world\n"))