社区
C#
帖子详情
how to use array in C#
winlinux
2002-03-29 07:05:59
how to save the data in the array and print it out?
thanks!!!
...全文
32
3
打赏
收藏
how to use array in C#
how to save the data in the array and print it out? thanks!!!
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
3 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
csharp__
2002-03-29
打赏
举报
回复
多维数组有两种一种是规则数组另一种是锯齿数组。
int[,] arr1;
arr1 = new int[5, 6];
int[][] arr2;
arr2[] = new int[5];
arr2[5][] = new int[6];
jiangqi
2002-03-29
打赏
举报
回复
string[] strCon=new String[6];
strCon[i]="afa";
难道不是这样吗?
incsdn
2002-03-29
打赏
举报
回复
数组不是跟平常一样的存么
[数据结构 算法] 数据结构算法教程 (
C#
实现) (英文版)
Mike McMillan provides a tutorial on how to
use
data structures and algorithms plus the first comprehensive reference for
C#
implementation of data structures and algorithms found in the .NET ...
fiddler2
based scripting subsystem flexible enough to support a broad
array
of HTTP debugging tasks. Written in
C#
on the Microsoft .NET Framework, Fiddler is available as an unsupported PowerToy for Internet ...
Extending SSIS with .NET Scripting(Apress,2015)
Extending SSIS with .NET Scripting is a timeless and comprehensive scripting ... It shows how to write .NET scripts and
use
the powerful Microsoft .NET library to implement new functionality as needed.
C#
111,092
社区成员
642,554
社区内容
发帖
与我相关
我的任务
C#
.NET技术 C#
复制链接
扫一扫
分享
社区描述
.NET技术 C#
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧
+ 用AI写文章