Author Topic: pointer to char* array  (Read 7220 times)

Offline threeS

  • Multiple posting newcomer
  • *
  • Posts: 36
pointer to char* array
« on: October 12, 2014, 09:19:07 pm »
Good day!

Can anybody help us how to convert
Quote
pointer to char* array
?

Thanks for the great help!

More Powers  :)
« Last Edit: October 12, 2014, 09:29:20 pm by threeS »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: pointer to char* array
« Reply #1 on: October 12, 2014, 09:35:13 pm »
What? Your question is totally unclear...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline threeS

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: pointer to char* array
« Reply #2 on: October 12, 2014, 09:40:22 pm »
Sorry for that., its somewhat like this: convert wxString to char *argv[]


Offline threeS

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: pointer to char* array
« Reply #4 on: October 12, 2014, 10:03:20 pm »
Great!
But what we're looking for is the conversion
Quote
wxString to char *argv[]
-> "argv[]"
and the
Quote
wxString to char*
from
Quote
http://wiki.wxwidgets.org/Converting_everything_to_and_from_wxString#wxString_to_char.2A
doesnt fit on what we're looking for.,  :(

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: pointer to char* array
« Reply #5 on: October 13, 2014, 12:06:09 am »
Still not clear what you want to achieve...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: pointer to char* array
« Reply #6 on: October 13, 2014, 01:22:53 am »
Is this and this (follow the variable args) what you are looking for?
« Last Edit: October 13, 2014, 01:37:29 am by Alpha »