@vaporeon_
golfing is a skill and is hard. on the topic of whether C is good at it or not, I can't say for sure as I am not an expert in golfing or C. I would think it is difficult because newer languages come with bigger standard libraries than C which gives you all sorts of tools and shortcuts
But then again when I look at entries to the C Obfuscation Contest thingy, I forgot what it's called, it's absolutely insane the concise and cursed things people can do with macros
@wallhackio How do I learn that skill? ![]()
@vaporeon_ hm, i don't know haha. if i were to try to get better at golfing i would start trying random problems on the code golf stack exchange, never more than an hour each, and then compare my results to those written in the language of my choice
@wallhackio You never actually answered whether my solution to your programming task is correct / acceptable BTW
I'm still confused why you wanted it as an array if it's a not array-ish data, you can just store it as a tuple of 3
@vaporeon_ I found a random post and scrolled through answers and did find a C submission