People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!
if (pointer == NULL) {
// handle error
} else {
// pointer is valid, continue
}