[LC++]Quick CPP issue

Jack Lloyd lloyd at acm.jhu.edu
Tue Jun 3 04:15:01 UTC 2003


On Mon, 2 Jun 2003, James Mclean wrote:

>
> Hi All,
>
> I have noticed a difference that is a little annoying between my
> systems... I have written and tested my test program on a couple of
> systems I have access to, one is my workstation running Debian Woody
> GNU/Linux, and the other my laptop, an Apple iBook running OS X 10.2
> with Developer tools installed.
>
> On the iBook, any C++ program I write must have the #include statements
> in full, such as this...
>
> #include <iostream.h>
>
> If I miss the .h, it generates a compiler error (file not found). but on

Weird, using <iostream> works for me on OS X 10.1 and 10.2. Maybe a
permissions problem in the include directories?




More information about the tuxCPProgramming mailing list