You are browsing as a guest. Sign up (or log in) to start making projects!

1h 7m 48s logged

Reading user input isn’t that easy compared to a language like Python, where you can just do input(). Each character has to be processed as soon as the keyboard records a press, and then saved to memory. I’m currently working on a block method that takes every 16 character you type, and allocates a small block on the heap for each press. This is going to be used for my big project :shhh-wx:

0
61

Comments 0

No comments yet. Be the first!