|
-
July 21st, 2006, 09:51 AM
#1
How to convert .Net Framework array to native c++ array ?
I have 3 variable :
1. char TVar1[100];
2. array<char,1>^ TVar2;
3. String^ TVar3;
How can I Copy data on TVar2 or TVar3 to TVar1 ?
-
July 22nd, 2006, 03:57 PM
#2
Re: How to convert .Net Framework array to native c++ array ?
nevermind after I try to compile it doesn't work. looks like can't mixed between c++ array with c++ managed array.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|