Hi, I've read the post "What is the best book on numerical methods?" and I wish to ask more or less the same question but in relation to C programming. Most of the time, C programming books on numerical methods are just another version of the author's previous Fortran book on the same subject. I've seen Applied numerical methods in C by Nakamura, Shoichiro and the C codes therein are not good programming practice.
I've heard bad comments about Numerical Recipes by Press. Do you know good books on C that discusses numerical methods? It seems better for me to ask about good books on C discussing numerical methods than rather asking books on numerical methods that discusses C. I've heard about Numerical Algorithms with C by Giesela Engeln-Müllges and A Numerical Library in C for Scientists and Engineers by Lau but haven't read them.
Good books will always have algorithms implemented in the programming language in a smart way.
Thanks a lot...