Name: Anonymous 2011-05-31 17:44
Hey /prog/,
I know basic C and don't want a tutorial on pointers and that. I'm looking for a tutorial on style (e.g. it would be a nice idea to provide a <structure>_free function for any struct <structure>_t that I create, etc.) -- where can I find this? The GNU guideline doesn't discuss this.
Reading code might be an idea but I really wouldn't know where to start, and I could end up picking up bad style. So some kind of guide that you think is good would be nice.
I know basic C and don't want a tutorial on pointers and that. I'm looking for a tutorial on style (e.g. it would be a nice idea to provide a <structure>_free function for any struct <structure>_t that I create, etc.) -- where can I find this? The GNU guideline doesn't discuss this.
Reading code might be an idea but I really wouldn't know where to start, and I could end up picking up bad style. So some kind of guide that you think is good would be nice.