News

I've got a problem with some C we are working on (embedded systems), right now we have a huge 2D array that works fine, it looks like this t_ourStructType *Array; Array = _mem_alloc(sizeof ...
Well worth a read if you use or maintain C code that uses arrays. We look at some cases, too, especially with those tricky unions. While everyone likes to pick on C as being unsafe, it is pretty ...