This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Signedness of char and puts()


Eljay Love-Jensen wrote:
Hi Ed,

Does anyone know why this occurs?

Those are three different types. + char + unsigned char + signed char

"Hello" is a char*, not an unsigned char* or signed char*.

(In C++ "Hello" is a char const*.)

Isn't "Hello" technically const in C also, since -fwrite-strings was (thankfully, rightly) killed?


--
Matthew
Do you know where your towel is?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]