Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: Date clash with MSSQL 2005 Pin
span9825-Aug-08 3:42
span9825-Aug-08 3:42 
AnswerRe: Date clash with MSSQL 2005 Pin
chaiguy133725-Aug-08 15:08
chaiguy133725-Aug-08 15:08 
QuestionCapture video stream Pin
modano7925-Aug-08 1:37
modano7925-Aug-08 1:37 
AnswerRe: Capture video stream Pin
blackjack215025-Aug-08 1:51
blackjack215025-Aug-08 1:51 
GeneralRe: Capture video stream Pin
modano7925-Aug-08 2:00
modano7925-Aug-08 2:00 
QuestionInvalid argument error ? Pin
kk.tvm25-Aug-08 1:36
kk.tvm25-Aug-08 1:36 
AnswerRe: Invalid argument error ? Pin
lisan_al_ghaib25-Aug-08 1:43
lisan_al_ghaib25-Aug-08 1:43 
AnswerRe: Invalid argument error ? Pin
N a v a n e e t h25-Aug-08 1:55
N a v a n e e t h25-Aug-08 1:55 
AnswerRe: Invalid argument error ? Pin
Guffa25-Aug-08 3:35
Guffa25-Aug-08 3:35 
GeneralRe: Invalid argument error ? Pin
chaiguy133725-Aug-08 15:11
chaiguy133725-Aug-08 15:11 
GeneralRe: Invalid argument error ? Pin
Guffa26-Aug-08 8:43
Guffa26-Aug-08 8:43 
GeneralRe: Invalid argument error ? Pin
chaiguy133726-Aug-08 8:51
chaiguy133726-Aug-08 8:51 
GeneralRe: Invalid argument error ? Pin
Guffa26-Aug-08 13:47
Guffa26-Aug-08 13:47 
GeneralRe: Invalid argument error ? Pin
chaiguy133726-Aug-08 14:57
chaiguy133726-Aug-08 14:57 
Questionstring and array are immutable? Pin
George_George24-Aug-08 23:50
George_George24-Aug-08 23:50 
AnswerRe: string and array are immutable? Pin
N a v a n e e t h25-Aug-08 0:13
N a v a n e e t h25-Aug-08 0:13 
GeneralRe: string and array are immutable? Pin
George_George25-Aug-08 0:17
George_George25-Aug-08 0:17 
GeneralRe: string and array are immutable? Pin
N a v a n e e t h25-Aug-08 0:21
N a v a n e e t h25-Aug-08 0:21 
GeneralRe: string and array are immutable? Pin
George_George25-Aug-08 1:31
George_George25-Aug-08 1:31 
AnswerRe: string and array are immutable? [Modified] Pin
Mustafa Ismail Mustafa25-Aug-08 0:20
Mustafa Ismail Mustafa25-Aug-08 0:20 
Precisely.

[edit]
I re-read your post. An Array is a fixed, contiguous series of identical data-types that have been reserved in memory and can be directly accessed through an address offset (eg. X[0] or X[6]). Arrays are static in size, you cannot append to them, you can most certainly change their contents.

A String is an array of characters, therefore, the same applies.

OTOH, dynamic data structures such as lists, queues and stacks can change in size and have items appended and removed.

Don't forget to vote if the response was helpful


Sig history

"dad" Ishmail-Samuel Mustafa

"There's no point questioning the actions of a c0ck-juggling thunderc*nt" From the book of testy commentary by martin_hughes

Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

GeneralRe: string and array are immutable? [Modified] Pin
George_George25-Aug-08 1:28
George_George25-Aug-08 1:28 
GeneralRe: string and array are immutable? [Modified] Pin
N a v a n e e t h25-Aug-08 1:35
N a v a n e e t h25-Aug-08 1:35 
GeneralRe: string and array are immutable? [Modified] Pin
George_George25-Aug-08 1:39
George_George25-Aug-08 1:39 
GeneralRe: string and array are immutable? [Modified] Pin
N a v a n e e t h25-Aug-08 1:30
N a v a n e e t h25-Aug-08 1:30 
GeneralRe: string and array are immutable? [Modified] Pin
George_George25-Aug-08 1:33
George_George25-Aug-08 1:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.