Introduction to debugging C programs using GDB. Setting breakpoints, printing variables, setting command-line arguments and accepting input.
Computer Science learning blog
Introduction to debugging C programs using GDB. Setting breakpoints, printing variables, setting command-line arguments and accepting input.
Explanation of the Brainfuck programming language as well as a simple compiler implementation of it in C.
First impressions of “The C Programming Language” by Kernighan and Ritchie. Is this a good book to start learning C?