Search:

Type: Posts; User: laserlight

Search: Search took 0.83 seconds.

  1. Replies
    8
    Views
    3,170

    You need to cast because %p is used to print a...

    You need to cast because %p is used to print a pointer to void, but you want to print a pointer to int. Okay, but you might not need to cast, but then you would be relying on undefined behaviour.

    ...
  2. Replies
    8
    Views
    3,170

    According to the MinGW port of gcc 3.4.5: ...

    According to the MinGW port of gcc 3.4.5:

    test.c: In function `main':
    test.c:6: warning: void format, different type arg (arg 2)
    You should increase your warning levels and/or test with a range...
  3. Replies
    8
    Views
    3,170

    A few things to note: Your schedule is your...

    A few things to note:

    Your schedule is your problem. Avoiding telling the world that you urgently need an answer by a given date, especially since the more malicious among us would only give you...
Results 1 to 3 of 3