skip to main
|
skip to sidebar
What I Got?
Tuesday, May 22, 2007
String::Concat note(About array
^ and array
^ )
array<Byte^>^ temp1 = gcnew array<Byte^>^(10);
array<Byte >^ temp2 = gcnew array<Byte >^(10);
String^ LinkAllBytes = String::Concat(temp1);----------------------OK
String^ LinkAllBytes = String::Concat(temp2);----------------------NG
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2007
(3)
▼
May
(3)
.Net Framework v2: Class about how to get files fo...
String::Concat note(About array^ and array^ )
.Net Framework v2.0 心得-> 实体数组作为函数的输出参数时应注意的
►
2006
(3)
►
December
(1)
►
September
(2)
About Me
PK.yang
View my complete profile
No comments:
Post a Comment