Search:

Type: Posts; User: megaptera

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    7,608

    Thank you both for this informative lesson.

    Thank you both for this informative lesson.
  2. Replies
    5
    Views
    7,608

    Yes, this is what I was after. The compiler...

    Yes, this is what I was after. The compiler complains when const is used, and if it's not used then the program gets compiled but then crashes. This is what I wanted to see.

    Thank you Sebastiani...
  3. Replies
    5
    Views
    7,608

    String array and const

    Hi,

    Could someone show me a simple example of an attempt to change the protected strings that are pointed to from the following array:


    const char *a[2] = { "string1", "string2" };

    I would...
Results 1 to 3 of 3