Search:

Type: Posts; User: darb1978

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,386

    Thanks for the responses

    Sorry for the late reply and thanks for the responses.

    Micko’s explanation clearly explained why the code didn’t work as I expected. I must admit it took a few minutes for me to rap my brain...
  2. Replies
    9
    Views
    1,386

    char** conversion to const char**

    As I understand it, __argv returns a 'char**'. Based on that, it makes since that the below code works.


    char** argv = __argv; //works

    I would expect the below code to also work but it...
Results 1 to 2 of 2