Basics of Memory Addresses in C
denniskubes.com
Basics of Memory Addresses in C
1–10 of 18 posts
Re: Basics of Memory Addresses in C
#2Re: Basics of Memory Addresses in C
#3Re: Basics of Memory Addresses in C
#4I like the style, but it was basics indeed. I look forward to following parts. Something that initially confused me about sizeof on arrays is the somewhat deceiving parameter form `char s[]`.
Re: Basics of Memory Addresses in C
#5Re: Basics of Memory Addresses in C
#6Re: Basics of Memory Addresses in C
#7Maybe you should explain the first element of an array having the same memory address as the actual array a little bit more, and relate it to why array indexing is 0-based too - the index is that many offsets from the beginning from the array.
Re: Basics of Memory Addresses in C
#8I posted a few comments on the site.
Re: Basics of Memory Addresses in C
#9The fastest way to grok memory issues is to do some work in Assembly. Few programmers will use Assembly for regular work, but the intuition it fosters will serve you everywhere.
First, learn assembly. Pick a machine architecture — it's not that important. For extra credit, pick multiple machine architectures and do something in each.
Then learn Lisp.
Re: Basics of Memory Addresses in C
#10The fastest way to grok memory issues is to do some work in Assembly. Few programmers will use Assembly for regular work, but the intuition it fosters will serve you everywhere.
Absolutely. First, learn assembly. Pick a machine architecture — it's not that important. For extra credit, pick multiple machine architectures and do something in each. Then learn Lisp.
And Morse code.
You'll need Haskell for dat Damas-Milner sexiness.
Wait wait, we need to pile on some Ruby and JavaScript, you don't want to be some sort of weirdo that can't make a web app do you?
Hrrrrm. Yep, need some APL. With Unicode.
That'll really hammer in the concatenative into your brain.