• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Kernighan & Ritchie rock :)

CTho9305

Elite Member
I spent ~3 days struggling through an implicit list version of malloc (simplest implementation possible) provided by my professor (his textbook rocks, in general), and just couldn't figure it out... it was using all sorts of little things to try to make it easier to understand and so on (such as wrapper functions and macros)... so this morning I looked at K&R's explicit list (a more advanced, better implementation) which was written in plain old unfriendly C with nothing special, and I immediately understood exactly how it works, so I can easily extend it to finish this homework assignment 🙂. Old-school C = 😎
 
Back
Top