Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

k&r

Name: Anonymous 2010-09-02 0:50

should i read k&r

Name: Anonymous 2010-09-03 7:13

>>43
Slowly this is beginning to annoy the shit out of me.
I can't help your fucking reading-disability.

                                                 
6.4.4p1

        constant:
                integer-constant
                floating-constant
                enumeration-constant
                character-constant


6.4.4p2

        Each constant shall have a type and the value of a constant shall be in the range of
        represantable values for its type.


6.4.4.4p1
        character-constant:  
                ' c-char-sequence '
                ...

        c-char-sequence
                c-char
                c-char-sequence c-char

        c-char
                any member of the source character set except [...].
                ...

        ...


6.4.4.4p10
        An integer character constant has type int. The value of an integer character constant
        containing a single character that maps to a single-byte execution character is the
        numerical value of the representation of the mapped character interpreted as an integer.
        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. If an integer character constant contains
        a single character or escape sequence, its value is the one that results when an object with
        type char whose value is that of the single character or escape sequence is converted to
        type int
.
                                                 

One word the forced quotation of n1256 thread over.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List