Windows Live
VS Express Editions
Architecture
Windows Vista
Windows Forms
Visual Basic
Visual C#
Visual C++
Smart Device
Visual Studio
SQL Server
Game Technologies
Visual J#
Visual FoxPro
Microsoft ISV
Software Development Network>> Visual C#>> Matrix C#
Matrix C#
Hot Topic
Why is this code giving a compile error?
Missing C# operator = workaround
Ruler
? use ISAPI to process uploads without using RAM ?
Can Generics solve problem of cross referencing?
Difference between Multithreading and Asynchronous programming
C# Insert Statment
Generics, Collection and Properties
Code generation from DLLs
non-nullable reference types
Visual C#
Scaling Images and Fonts in Higher Resolutions
Insert tab character to the Text attribute of the Label
Reflection: GetMethods() returns Properties...
System.Collections.Generic.Dictionary(T(string), T(int)) throws Index was outside the bounds of the array !!????
Search a big generic list for an occurence of a string.
Win32Mapi
"Index file types as text" option and reindex question
I need a little help here...
Retrieving from a DataRow
DateTime SQL Statement Problem
Matrix C#
Hi,
How can I use a matrix in C
I need something like
test[0][0]="brazil";
test[0][1]="france";
string Country=test[0][0];
Thanks
Answer this question
Matrix C#
Buruburu
That's right way you do it. It calls jagged array. Alternatively, you can use multidimensional arrays (like string[,]). It depends on what structure you need.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/csref/html/vcwlkarraystutorial.asp
Matrix C#
Answer this question
Matrix C#
Buruburu
http://msdn.microsoft.com/library/default.asp url=/library/en-us/csref/html/vcwlkarraystutorial.asp