Click here to Skip to main content
15,888,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv23-May-13 21:15
N8tiv23-May-13 21:15 
GeneralRe: Understanding Jagged Arrays Pin
Richard MacCutchan23-May-13 22:22
mveRichard MacCutchan23-May-13 22:22 
GeneralRe: Understanding Jagged Arrays Pin
Jasmine250120-May-13 10:44
Jasmine250120-May-13 10:44 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv20-May-13 10:47
N8tiv20-May-13 10:47 
GeneralRe: Understanding Jagged Arrays Pin
Jasmine250120-May-13 10:52
Jasmine250120-May-13 10:52 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv20-May-13 10:57
N8tiv20-May-13 10:57 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv20-May-13 11:06
N8tiv20-May-13 11:06 
GeneralRe: Understanding Jagged Arrays Pin
Jasmine250120-May-13 11:18
Jasmine250120-May-13 11:18 
Oh, cool Smile | :)

Please post the link to the e-book you are using, so we can see the context a little better.

My example wasn't about teaching C++, it was about understanding what the computer does when you put certain instructions in C# and the low-level differences between the types of arrays. C# hides those details from you, so you can be more productive, but it reduces understanding. Understanding those low-level concepts can prevent you from creating performance and memory problems in your programs.

Ever wonder why Windows takes twice as much memory to do half as much stuff as Linux? This is why.

EDIT: This is one of the best questions we've got in a long time. I get tired of the "plz snd codez" questions.

modified 20-May-13 17:26pm.

GeneralRe: Understanding Jagged Arrays Pin
N8tiv20-May-13 12:00
N8tiv20-May-13 12:00 
GeneralRe: Understanding Jagged Arrays Pin
Jasmine250120-May-13 12:47
Jasmine250120-May-13 12:47 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv20-May-13 13:04
N8tiv20-May-13 13:04 
GeneralRe: Understanding Jagged Arrays Pin
Jasmine250120-May-13 13:31
Jasmine250120-May-13 13:31 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv20-May-13 13:41
N8tiv20-May-13 13:41 
GeneralRe: Understanding Jagged Arrays Pin
N8tiv23-May-13 21:17
N8tiv23-May-13 21:17 
Questioncounting in c# Pin
MKS Khalid20-May-13 0:50
MKS Khalid20-May-13 0:50 
AnswerRe: counting in c# Pin
Eddy Vluggen20-May-13 1:17
professionalEddy Vluggen20-May-13 1:17 
AnswerRe: counting in c# Pin
Pete O'Hanlon20-May-13 1:26
mvePete O'Hanlon20-May-13 1:26 
AnswerRe: counting in c# Pin
Keith Barrow20-May-13 2:12
professionalKeith Barrow20-May-13 2:12 
AnswerRe: counting in c# Pin
Richard MacCutchan20-May-13 3:10
mveRichard MacCutchan20-May-13 3:10 
GeneralRe: counting in c# Pin
MKS Khalid20-May-13 8:32
MKS Khalid20-May-13 8:32 
AnswerRe: counting in c# Pin
Abhinav S20-May-13 5:13
Abhinav S20-May-13 5:13 
Questionnested for Pin
MKS Khalid19-May-13 21:42
MKS Khalid19-May-13 21:42 
AnswerRe: nested for Pin
Richard MacCutchan19-May-13 21:55
mveRichard MacCutchan19-May-13 21:55 
AnswerRe: nested for Pin
Keith Barrow19-May-13 22:46
professionalKeith Barrow19-May-13 22:46 
AnswerRe: nested for Pin
Abhinav S20-May-13 0:36
Abhinav S20-May-13 0:36 

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.