skip to main
|
skip to sidebar
What I Got?
Friday, September 08, 2006
.Net Framework 编程心得——关于Array作为函数参数的使用方法
Array^ Receive; // Receive若未实例化而作为函数的输出参数时要用指针输入。
Array^ Receive = Array::CreateInstance( Int32::typeid, 5 ); // 反之,则可直接作为函数的输出参数使用。
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2007
(3)
►
May
(3)
▼
2006
(3)
►
December
(1)
▼
September
(2)
Blogger的图片管理好像不太好啊,太浪费空间了
.Net Framework 编程心得——关于Array作为函数参数的使用方法
About Me
PK.yang
View my complete profile
No comments:
Post a Comment