Search:

Type: Posts; User: Salem

Search: Search took 0.22 seconds.

  1. Thread: Error why..??

    by Salem
    Replies
    9
    Views
    1,374

    You only need \ in multi-line #defines, which...

    You only need \ in multi-line #defines, which must be a single logical source line.

    These are the same.


    int main ( ) {
    printf("hello " \
    "world\n");
    printf("hello "
    ...
  2. Thread: Error why..??

    by Salem
    Replies
    9
    Views
    1,374

    Plus, you don't even need the \ to fold the...

    Plus, you don't even need the \ to fold the format string into one long string.
Results 1 to 2 of 2