News

C has advanced quite a bit and the fact that 30-year-old code doesn’t use these new features isn’t a good excuse to give up on C. The biggest problem is something that has been around for a ...
Hey All, 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[SIZE1][SIZE2]; I need to ...
To put this in context, for one of my classes in College we have to code Hunt The Wumpus, so is it possible to populate a 2D array with Structs (rooms) and ...