From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Chicares To: help-gcc@gnu.org Subject: Re: ...ONE MORE NEWBIE QUESTION: iostream.h Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <387577B7.957D42E9@mindspring.com> References: X-SW-Source: 2000-q1/msg00082.html Message-ID: <20000401000000.dKei5l8xEtxhgf42RDWKGF2ZV8B81-wuw-ViZkIlCqs@z> stdio.h and iostream.h may be in different diretories. Perhaps you've got both those files, but only the first is on the include path. If so, see where iostream.h is, and add its location to the include path. By any chance have you specified -nostdinc or -nostdinc++? > 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"))