Re: Which is faster?
- From: Ali Karaali <alicpp@xxxxxxxxx>
- Date: Fri, 1 Aug 2008 14:08:45 -0700 (PDT)
3.1.3.4 (C89): "An integer character constant is a sequence of one or more
multibyte characters enclosed in single-quotes, as in 'x' or 'ab'."
6.4.4.4(2) (C99): "An integer character constant is a sequence of one or
more multibyte characters enclosed in single-quotes, as in 'x'."
The difference between the above two quotes led me to poke around further
in C99:
I don!t understand what is the differance?
6.4.4.4(10): "The value of an integer character constant containing more
than one character (e.g., 'ab'), or containing a character or escape
sequence that does not map to a single-byte execution character, is
implementation-defined."
What does it mean?
.
- Follow-Ups:
- Re: Which is faster?
- From: Greg Comeau
- Re: Which is faster?
- References:
- Re: Which is faster?
- From: pete
- Re: Which is faster?
- From: Richard Heathfield
- Re: Which is faster?
- Prev by Date: Re: problem with macros
- Next by Date: Re: problem with macros
- Previous by thread: Re: Which is faster?
- Next by thread: Re: Which is faster?
- Index(es):
Relevant Pages
|