: Detailed treatment of advanced programming specifically for UNIX-based environments , including library calls and system standards.

If you are a software engineer who has been programming in C for six months to two years, you are likely in a dangerous valley. You know enough to compile, but not enough to avoid segmentation faults and memory leaks. You are the target audience for Topics in C Programming by Stephen G. Kochan and Patrick H. Wood.

int main() int *ptr = malloc(sizeof(int)); if (ptr == NULL) printf("Memory allocation failed\n"); return 1;

Follow me on my adventures

Sign up and you will get an email notification whenever I release a new blog post.

Subscribe!