string from c# to c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eck3ko
    New Member
    • Mar 2009
    • 6

    string from c# to c++

    How to send a string from c# to c++, i've tried many ways i found over the internet but always i received garbage in c++ :S any help please.
  • artov
    New Member
    • Jul 2008
    • 40

    #2
    Is everything you receive garbage, or only the end? If the end, you might like to send not only the string, but its length also and use characters up to the length.

    Comment

    Working...