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.
Some weeks ago, I commented on a book I read about the effect the internet has on our minds. While I was reading it, I was very surprised by the negative effect that the Internet has on our concentration capabilities. Since I really like reading books, I could relate to…
First impressions of “The C Programming Language” by Kernighan and Ritchie. Is this a good book to start learning C?
I commented before on what I consider one of the best resources to learn programming: Project Euler (PE). In this post, I will share my recommendations to solve PE problems based on my experience after solving 100+ problems on the site. Who could this be useful for? I’m new to…