Our next visit in the C realm

I've already ranted about one of our lectures of this semester the one or other time. Today it has been neccessary once again for our C programming lecture that we sat together and I tried to create a rough how-to-do-it-draft for our lecture. It's been different to the first exercise we had to tackle in the sense, that it was more C-technical than the last time and until today I hadn't worked on a Garbage Collector, which is this next exercise.

Well, I tried to work on the problem by working something out from the rough beginnings to the near-implementation details. What we didn't cover today was everything which came near to the real implementation in C. Apart from the easy parts, function calls and list-handling, I have quite a struggle with the details. I don't want to dig deeper here but I can assure you that implementing even a simplified garbage collector in C is nothing I would assign to students which just have learned the easy basics of this language more than two years ago.

Nevertheless, I hope I could help my fellow colleagues a bit and that they now understand our assignment a bit better than after the explainations of our lecturer.

Next time we'll have to dig into the dirty guts of C... Yeah? :(

|

Similar entries