Re: Invalid conversion from 'char' tp 'char*'
Christopher Benson-Manica wrote:
[color=blue]
> Tim Johansson <spam@gurka.s e> spoke thus:
>
>[color=green]
>>#include <iostream.h>[/color]
>
>
> It's called <iostream> - the .h headers are deprecated.
>[/color]
It's true that those headers which are part of the standard and which
end in .h are deprecated, but <iostream.h> is not even part of the
standard, therefore cannot be deprecated.
-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Christopher Benson-Manica wrote:
[color=blue]
> Tim Johansson <spam@gurka.s e> spoke thus:
>
>[color=green]
>>#include <iostream.h>[/color]
>
>
> It's called <iostream> - the .h headers are deprecated.
>[/color]
It's true that those headers which are part of the standard and which
end in .h are deprecated, but <iostream.h> is not even part of the
standard, therefore cannot be deprecated.
-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Comment