Today, things is going pretty well. The materials that I refer to is so well written I instantly understand what is being done.
For handling inputs, I wrap read() stdin file with forever true loop (until q is inputted). I also played a bit with termios(terminal) flags to produce predictable and easy output to the terminal.
Since the first part is pretty simple, it took me under 40 minutes to complete the code (with my broken laptop blacking out at a random interval).
Tomorrow, I will first properly print things to the terminal without using std.debug.print. Since I haven’t done that (i used std.debug.print all of the time) This might be a challenge for me to face. After that, I will follow the materials until i reached the end of second part.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.