this post was submitted on 13 Jun 2023
232 points (98.7% liked)

Programmer Humor

32179 readers
292 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SeeMinusMinus 1 points 1 year ago

Recently I was trying to get a game to work. The game worked fine on windows but had issues on linux and I wanted it to work on linux so I got the source code and tried to compile it. It was some modded quake 3 thingy but the code followed some weird standard that wasn't C99 or C89. Both gcc and clang where having issues so I gave up. I was thinking about forking it other and making a modern version of it but I have other projects.