It bugs me to debug multiprocess C programs by using GDB. Here is a note for multi processing, and multithreaded debugging.
Tag archives: C
C Preprocessor check before compilation
In C, the #define token is widely used as a macro and maybe others. When we write a program with complex #define and such, maybe incorrectly used on top of another, how can we see if they are really correct?
Deterministic Finite Automata in C
In our a5p2 question, we need to write a general template for the deterministic finite automata, with input details are listed below:
A4P2
A4P2 is relatively a simple straightforward question. Here is the link to the question.
A5P1
For thoses who don’t know what a5p1 means, it means Assignment 5, Problem 1. Yesterday, my professor Jim added a new assignment for us to do. I am going to talk about the first in this article.