Welcome to Dream.In.Code
Become a C# Expert!

Join 150,418 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,065 people online right now. Registration is fast and FREE... Join Now!




double dimentional array dotnet usig C#

 
Reply to this topicStart new topic

double dimentional array dotnet usig C#, double dimentional array dotnet usig C#

ganeshk
3 Apr, 2008 - 02:44 AM
Post #1

New D.I.C Head
*

Joined: 3 Apr, 2008
Posts: 1

csharp

int [,]a;

int a=new int[2,2]{{10,20},{30,40}}
int i,j;
for(i=0;i<2;i++)
{
for(j=0;j<2;j++)

}
label1.text=label1.text+a[i,j];


This post has been edited by PsychoCoder: 3 Apr, 2008 - 04:32 AM
User is offlineProfile CardPM
+Quote Post

zakary
RE: Double Dimentional Array Dotnet Usig C#
3 Apr, 2008 - 03:36 AM
Post #2

D.I.C Regular
Group Icon

Joined: 15 Feb, 2005
Posts: 420



Thanked: 8 times
Dream Kudos: 175
My Contributions
What is it you want to to do with it
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: Double Dimentional Array Dotnet Usig C#
3 Apr, 2008 - 04:31 AM
Post #3

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 9,483



Thanked: 161 times
Dream Kudos: 9075
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Is there a question in there somewhere? smile.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/9/09 08:17PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live C# Help!

C# Tutorials

Reference Sheets

C# Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month