30+ Free Online Books
C, Numerical Methods, Programming, reference
Posted: April 20th, 2008
Reading this post over at Scientific Blogging gave me the idea to see how big of an online library one could build just by using free and legal resources one can find online.
There are, of course, several well known resources that provide vast amounts of books for your perusal, such as:
Google Books
Project Gutenberg
MIT’s OpenCourse […]
17 Comments »
Bringing try catch blocks to C
C, How-to, Programming
Posted: October 19th, 2007
Error handling in C is never an easy task. Pretty much any function can return an error, and if you really want to have stable and bug free code, you must be able to handle them. The problem, of course, is that having to always check for errors quickly leads to bloated ugly code.
C++, Java […]
3 Comments »