Search:

Type: Posts; User: courteous

Search: Search took 0.00 seconds.

  1. Is char size == 2, that is, 'a string literal' +...

    Is char size == 2, that is, 'a string literal' + '\0'? Or is there no universal definiton of its size?

    Thank you claudiu and Elysia ... there really should be a "Thank you!" button. :)
  2. Doesn't char *k; make k point to some "random"...

    Doesn't char *k; make k point to some "random" memory location? What does this statement really do behind the scenes? And how do you know that "there is not enough space"?

    What is valid memory...
  3. Uninitialized pointer usage: one OK, other NOK?

    Hello to everyone! My first post, so be gentle. :)

    Here I have two snippets: first should be avoided (unpredictable behavior), second should be fine. I do not understand why is it so. (I have some...
Results 1 to 3 of 3