L
Lester Manry
First I wish to appoligies if this is OT and should be posted
elsewhere. I've done a google group search and read the
Comp.Lang.C FAQ in hopes of avoiding a OT or FAQ. Please direct
me to a better group if this is OT
I am wanting to incress my understanding of programming practises
used by professional C programmers. I feel comfortable with C
programming and modifing existing programs, but feel at a lost
when I wish to start my own project.
I understand that there are steps professional programmers usualy
take either individually or as a team, before even writing the
first line of code. Some of the things I've heared here and there
are:
* Writing some kind of documentation that describes what the
program is for and what it will do and what it won't do.
* Deciding (possibly documenting) when and what order to do the
things listed in the documentation above.
* Deciding on what standards will be used when writing the code.
* Deciding what parts of C can and cannot be used. (eg disallow
the use of goto, static, keeing global variables to a minimium,
etc.)
and I'm sure there are lots of other stuff I haven't heard of that
could be added to this list
I have looked for books that deal with this topic at bookstores.
There seems to be many books around. I've been hesitent to buy one
yet, experence shows there are books to be avoided and books that
are considered a MUST.
What books have helped those who read comp.lang.c in better
preparing to start a project? What books would you recommend? What
books should I avoid?
I would prefer books writen by someone with years of C programming
experence, who knows the subject deeply. I would also prefer a book
that gives good examples. I understand best by explainations followed
by good/realistic examples.
I hope this isn't asking too much...
elsewhere. I've done a google group search and read the
Comp.Lang.C FAQ in hopes of avoiding a OT or FAQ. Please direct
me to a better group if this is OT
I am wanting to incress my understanding of programming practises
used by professional C programmers. I feel comfortable with C
programming and modifing existing programs, but feel at a lost
when I wish to start my own project.
I understand that there are steps professional programmers usualy
take either individually or as a team, before even writing the
first line of code. Some of the things I've heared here and there
are:
* Writing some kind of documentation that describes what the
program is for and what it will do and what it won't do.
* Deciding (possibly documenting) when and what order to do the
things listed in the documentation above.
* Deciding on what standards will be used when writing the code.
* Deciding what parts of C can and cannot be used. (eg disallow
the use of goto, static, keeing global variables to a minimium,
etc.)
and I'm sure there are lots of other stuff I haven't heard of that
could be added to this list
I have looked for books that deal with this topic at bookstores.
There seems to be many books around. I've been hesitent to buy one
yet, experence shows there are books to be avoided and books that
are considered a MUST.
What books have helped those who read comp.lang.c in better
preparing to start a project? What books would you recommend? What
books should I avoid?
I would prefer books writen by someone with years of C programming
experence, who knows the subject deeply. I would also prefer a book
that gives good examples. I understand best by explainations followed
by good/realistic examples.
I hope this isn't asking too much...