Daniel Duff


My Experience with C


I began programming with the C language in the second half of 2019 for my university studies. At this time, I was using C to develop small ASCII like games to be run on a computer and a Teensy microcontroller.

Overall it was a relatively straight forward language to learn given it's similarities to Pascal (a language I had already learnt). Dificulties came when interacting with the microcontroller. However, after research and trial and error I was able to get most of the operations working.

Unfortunately, due to the programs being developed for assignment purposes I thought it best to not share them here. Additionally, C being what it is I haven't used it to develop any programs outside of university, though I do have plans to make a small rouge like game using an ASCII graphical design.