have been procrastinating on a C coding assignment, I really need to do that soon TωT ...I shall tell myself it's practicing homebrew dev skills

1

2

don't forget to deallocate any data structures you've manually allocated when you're done with them, or else you might have memory leaks!

1

0

@Collin, thank you :D I've done C before so I'm aware of this, but it's so easy to slip up ^^; This assignment is client/server interactions, which is really cool (Although Pretendo is Go, these are the underlying concepts!).

0

0