tagged [arrays]

Difference between the System.Array.CopyTo() and System.Array.Clone()

Difference between the System.Array.CopyTo() and System.Array.Clone() What’s the difference between the `System.Array.CopyTo()` and `System.Array.Clone()`?

13 Feb at 07:24

Array versus List<T>: When to use which?

Array versus List: When to use which? What are the scenarios when one is preferable over the other? And why?

10 Nov at 21:4

Simple way to convert datarow array to datatable

Simple way to convert datarow array to datatable I want to convert a `DataRow` array into `DataTable` ... What is the simplest way to do this?

22 Sep at 20:41

Find the 2nd largest element in an array with minimum number of comparisons

Find the 2nd largest element in an array with minimum number of comparisons For an array of size N, what is the number of comparisons required?

18 Nov at 20:57

Converting char[] to byte[]

Converting char[] to byte[] I would like to convert a character array to a byte array in Java. What methods exists for making this conversion?

28 Jan at 20:22

C# What is the difference between byte[] and char[]

C# What is the difference between byte[] and char[] What is the difference between byte[] and char[]? Differentiate more from usage perspective. Can they be used interchangeably?

15 Jul at 17:42

How do I create a heterogeneous Array in Scala?

How do I create a heterogeneous Array in Scala? In javascript, we can do: What is the Scala equivalent?

4 Nov at 18:4

How do I convert a Stream into a byte[] in C#?

How do I convert a Stream into a byte[] in C#? Is there a simple way or method to convert a `Stream` into a `byte[]` in C#?

28 Apr at 23:16

How to quickly retrieve tags in array from string?

How to quickly retrieve tags in array from string? I need to place the data into an array (). What is a (stripping html, special chars)?

21 Jul at 23:8

Convert integer into byte array (Java)

Convert integer into byte array (Java) what's a fast way to convert an `Integer` into a `Byte Array`? e.g. `0xAABBCCDD => {AA, BB, CC, DD}`

24 Feb at 10:36

How many elements are full in a C array

How many elements are full in a C array If you have an array in C, how can you find out how much of it is filled?

27 Feb at 15:9

How can I check if an array index is out of range?

How can I check if an array index is out of range? How can I check if an array index is out of range? Or prevent it happening.

26 Feb at 11:54

How do you convert a byte array to a hexadecimal string, and vice versa?

How do you convert a byte array to a hexadecimal string, and vice versa? How can you convert a byte array to a hexadecimal string and vice versa?

9 Sep at 09:20

Safe element of array access

Safe element of array access What is the safe method to access an array element, without throwing `IndexOutOfRangeException`, something like `TryParse`, `TryRead`, using extension methods or LINQ?

28 Mar at 19:20

Javascript swap array elements

Javascript swap array elements Is there any simpler way to swap two elements in an array?

16 May at 12:10

How do I work with dynamic multi-dimensional arrays in C?

How do I work with dynamic multi-dimensional arrays in C? Does someone know how I can use dynamically allocated multi-dimensional arrays using C? Is that possible?

10 Feb at 22:45

Send to c# Array Objects from Flex

Send to c# Array Objects from Flex I need to send to c# an array of objects from Flex. Anybody know how can I do this?

11 Nov at 10:0

Removing duplicate values from a PowerShell array

Removing duplicate values from a PowerShell array How can I remove duplicates from a PowerShell array?

6 Mar at 07:59

Thread safety in C# arrays

Thread safety in C# arrays Does having 2 different threads : - - is thread safe or not? (And I mean here without locking reading nor writing)

convert Decimal array to Double array

convert Decimal array to Double array What's an efficient and hopefully elegant incantation to convert `decimal[]` to `double[]`? I'm working with some fairly large arrays.

14 Nov at 03:43

How do I check if a variable is an array in JavaScript?

How do I check if a variable is an array in JavaScript? How do I check if a variable is an array in JavaScript?

10 Apr at 12:59

How to put a Scanner input into an array... for example a couple of numbers

How to put a Scanner input into an array... for example a couple of numbers

10 Jul at 00:12

How to map/collect with index in Ruby?

How to map/collect with index in Ruby? What is the easiest way to convert to

10 May at 13:1

Convert an array to string

Convert an array to string How do I make this output to a string?

14 Nov at 15:28

Array that can be resized fast

Array that can be resized fast I'm looking for a kind of array data-type that can easily have items added, without a performance hit. - `Redim Preserve`- -

Copy one string array to another

Copy one string array to another How can I copy a `string[]` from another `string[]`? Suppose I have `string[] args`. How can I copy it to another array `string[] args1`?

11 Oct at 11:7

What’s the difference between "Array()" and "[]" while declaring a JavaScript array?

What’s the difference between "Array()" and "[]" while declaring a JavaScript array? What's the real difference between declaring an array like this: and

25 Dec at 09:48

View array in Visual Studio debugger?

View array in Visual Studio debugger? Is it possible to view an array in the Visual Studio debugger? QuickWatch only shows the first element of the array.

How to clear an array

How to clear an array I have a global variable `int[]` and I want to clear its data and fill it again in a loop. How could this possible in C#?

1 Feb at 11:0

convert string[] to int[]

convert string[] to int[] Which is the fastest method for convert an string's array ["1","2","3"] in a int's array [1,2,3] in c#? thanks

21 Jun at 09:41

Insert new item in array on any position in PHP

Insert new item in array on any position in PHP How can I insert a new item into an array on any position, for example in the middle of array?

19 Feb at 12:27

to remove first and last element in array

to remove first and last element in array How to remove first and last element in an array? For example: Expected output array:

7 Dec at 16:21

Convert string array to lowercase

Convert string array to lowercase I have string array `string[] MyArray`. What is the quickest (meaning least code, not fastest performance) way to convert all string array elements to lowercase?

24 Jan at 21:19

How do I determine the size of my array in C?

How do I determine the size of my array in C? How do I determine the size of my array in C? That is, the number of elements the array can hold?

20 Jan at 16:31

Initializing a list to a known number of elements in Python

Initializing a list to a known number of elements in Python Right now I am using a list, and was expecting something like: Should I use array instead?

28 Oct at 22:46

array of string with unknown size

array of string with unknown size How is an array of string where you do not know where the array size in c#.NET?

21 Oct at 21:0

What is the difference between Array.GetLength() and Array.Length?

What is the difference between Array.GetLength() and Array.Length? How do you use the `Array.GetLength` function in C#? What is the difference between the `Length` property and the `GetLength` functio...

19 Jul at 09:4

Add a element to a PHP associative array

Add a element to a PHP associative array Above is my associative array. How can I bring 3=>england to front of the array?

5 May at 10:43

What is the best way to remove the first element from an array?

What is the best way to remove the first element from an array? I have string array (`String[]`) and I need to remove the first item. How can I do that efficiently?

13 Feb at 17:58

Combine two integer arrays

Combine two integer arrays Is there a way to create a single array out of two? E.g.

15 Jan at 00:30

Java - How do I make a String array with values?

Java - How do I make a String array with values? I know how to make an empty array, but how do I make a `String` array with values from the start?

18 Dec at 04:13

List to array conversion to use ravel() function

List to array conversion to use ravel() function I have a list in python and I want to convert it to an array to be able to use `ravel()` function.

29 Jun at 21:18

Difference between ToCharArray and ToArray

Difference between ToCharArray and ToArray What is the difference between `ToCharArray` and `ToArray` The result seems to be the same.

10 May at 12:48

Convert array to tuple?

Convert array to tuple? Is it possible to convert array to tuple in C#? Something like this:

6 Jun at 09:34

Put result of String.Split() into ArrayList or Stack

Put result of String.Split() into ArrayList or Stack I am using the `String.Split()` method in C#. How can I put the resulting `string[]` into an `ArrayList` or `Stack`?

18 Nov at 22:30

How to Convert unsigned char* to std::string in C++?

How to Convert unsigned char* to std::string in C++? I have `unsigned char*`, want to convert it to `std::string`. Can you please tell me the safest way to do this?

7 Oct at 22:51

Add new value to an existing array in JavaScript

Add new value to an existing array in JavaScript In PHP, I'd do something like: How would I do the same thing in JavaScript?

15 Nov at 10:9

If (Array.Length == 0)

If (Array.Length == 0) If an array is empty, it looks like you can't check it's length using ".length". What's the best way to check if an array is empty?

9 Jul at 14:6

How do I convert struct System.Byte byte[] to a System.IO.Stream object in C#?

How do I convert struct System.Byte byte[] to a System.IO.Stream object in C#? How do I convert struct `System.Byte` `byte[]` to a `System.IO.Stream` object in ?

19 Apr at 17:55

How to find if an array contains a specific string in JavaScript/jQuery?

How to find if an array contains a specific string in JavaScript/jQuery? Can someone tell me how to detect if `"specialword"` appears in an array? Example:

8 Nov at 15:36