Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Saturday, January 23, 2010
Arrays in C#
Switching between C# and VB6 totally messing up my thinking about arrays.....
Examples of C# Arrays
int[] numbers = new int[5] {1, 2, 3, 4, 5};
string[] names = new string[3] {"Matt", "Joanne", "Robert"};
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment