|
|
|
|
|
by DarkNova6
1214 days ago
|
|
I second this 100%. In the first semester of my CS degree we were only programming in C and it helped so much to understand the basics of memory. Heap, Stack, Pointers are crucial mental models which help you in nearly all programming languages. If you are responsible for your own memory, it makes you more aware of issues such as indirection and cyclic dependencies. |
|