|
Array functions examples
|
|
10-25-2009, 06:50 AM
Post: #1
|
|||
|
|||
|
Array functions examples
Code: using System; |
|||
|
10-26-2009, 03:13 AM
Post: #2
|
|||
|
|||
|
RE: Array functions examples
I must say that C# has very good functions for everything.
There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
10-27-2009, 05:40 AM
Post: #3
|
|||
|
|||
|
RE: Array functions examples
Arrays sucks hard.
You should really start using generics like List<T> which are type-safe and MORE FASTER
|
|||
|
10-27-2009, 05:47 AM
Post: #4
|
|||
|
|||
RE: Array functions examples
(10-27-2009 05:40 AM)cH40z-Lord Wrote: Arrays sucks hard. lol i remember this rant on Unk ![]() It went on for like 4 pages didn't it but ... none the less arrays are useful "Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
10-28-2009, 07:38 AM
Post: #5
|
|||
|
|||
|
RE: Array functions examples
In the last discussion I started about generics it just took one page to let them know that they should really use generics instead of arrays.
Posting several links to MSDN where MVPs suggest you to use generics is really useful
|
|||
|
10-29-2009, 03:15 AM
Post: #6
|
|||
|
|||
RE: Array functions examples
(10-28-2009 07:38 AM)cH40z-Lord Wrote: In the last discussion I started about generics it just took one page to let them know that they should really use generics instead of arrays. Arrays are fundamentals of most programming languages, and should be learn to get a better understanding on how generics are created. |
|||
|
12-16-2009, 09:24 AM
Post: #7
|
|||
|
|||
|
RE: Array functions examples
Imagine if all you knew where generics and you were just hired at a company, and all they use is c and pascal. Where would you be without arrays?
|
|||
|
12-16-2009, 09:28 AM
Post: #8
|
|||
|
|||
|
RE: Array functions examples
Wow forgot about this thread D: Shouldn't of posted my strings and arrays example this one surpasses mine by far
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
12-16-2009, 09:45 AM
Post: #9
|
|||
|
|||
|
RE: Array functions examples
lol Well it is always nice to see didn't coding styles. We can always learn from each other.
|
|||
|
« Next Oldest | Next Newest »
|






