Free C and C++ books

Some freely available books, some out of print, some still available in online stores, others in plain HTML. Thinking in C++ 2nd Edition (2 Volumes) by Bruce Eckel – This is probably the most famous one. There is also a printed version on sale. An Introduction to GCC, by Richard M. Stallman – A GNU C … Read more

Function Parser library for C++

A C++ library which can be used to parse an expression in a string. The syntax of the expression is similar to the way we write expressions when coding in C. The expression can be evaluated as weel, just provide the values for the variables. The performance seems very good from the numbers presented in … Read more

C Programming Tips

C Programming Tips, by Philip Guo from Stanford University, is a collection of tips about C programming. C, and C++ are two of the most used programming languages when building applications with OpenGL. Application maintenance can become a nightmare as apps grow larger and larger. Following these simple tips can partly avoid countless days hunting … Read more

Numerical Recipes in C

Press, Teukolsky, Vetterling, and Flannery A good resource on the maths stuff. It offers examples, source code and tutorials in a single volume. More information about this title at Amazon.com or Amazon.co.uk