李离

立志欲坚不欲锐,成功在久不在速

2015年1月10日

C#中指针的用法

摘要: (*) unsafe 和 fixedunsafe{ int[] array = new int[10]; for (int i = 0; i val = 1; int *iArray = stackalloc int[100];... 阅读全文

posted @ 2015-01-10 23:43 PersephoneIS 阅读(662) 评论(0) 推荐(0)

导航