Hacker News new | ask | show | jobs
by doktrin 4483 days ago
Oh, totally agreed. What I had difficulty with, specifically, was passing around a struct that contained a multidimensional array of a size determined at runtime.

I'm sure the problems I had could be solved by either a full re-design (not really an option), or accomplished by someone with more C experience.

1 comments

It shouldn't matter what the struct is holding, you are passing a pointer, it's always the same size.