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
Post
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!
@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!).


