349
C Compilers be like
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
[This comment has been deleted by an automated system]
Oh absolutely! I was starting out during this time, and started using memcpy for a uni project, hardcoding byte sizes to what I assumed long's size was, instead of checking or using standardized data types (because I didn't even know they existed). The result was such a mess, exacerbated by the good ol "let's write it all in one go and run it when we're done". Boy did I suffer in that class.