Fusengammu
Registered
Okay, I'm not a REAL programmer (I know java, js, you know, fluff languages), but I did read K&R's "C" book way back when. my question is, why are actual UNIX C programs out there so hard to read and compile? i guess it is because of the fact that they were written to compile on like a billion platforms, but it seems to me 50% of the syntax and grammar I see in the source code for these programs don't resemble any sort of C program I would ever write...
I don't plan on doing programming professionally, but I would like to be able to work or at least play with open source code. Does anybody know where I can find some documentation on how to decipher real world C programs for UNIX?
I don't plan on doing programming professionally, but I would like to be able to work or at least play with open source code. Does anybody know where I can find some documentation on how to decipher real world C programs for UNIX?