News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

pointer to char* array

Started by threeS, October 12, 2014, 09:19:07 PM

Previous topic - Next topic

threeS

Good day!

Can anybody help us how to convert
Quotepointer to char* array
?

Thanks for the great help!

More Powers  :)

oBFusCATed

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!]

threeS

Sorry for that., its somewhat like this: convert wxString to char *argv[]


threeS

Great!
But what we're looking for is the conversion
QuotewxString to char *argv[]
-> "argv[]"
and the
QuotewxString to char*
from
Quotehttp://wiki.wxwidgets.org/Converting_everything_to_and_from_wxString#wxString_to_char.2A
doesnt fit on what we're looking for.,  :(

oBFusCATed

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!]

Alpha

#6
Is this and this (follow the variable args) what you are looking for?