A topic that I find particularly interesting, which is raised by many embedded software developers whom I meet, is dynamic memory allocation – grabbing chunks of memory as and when you need them. This ...
I've seen programs where there's a correlation between running out of memory and dying with a segfault, but I don't get the connection. I know a segmentation fault is when you try to access memory you ...