Re: Patter2
I hope this doesn't discourage you! This was meant as more of a funny short story that happened to me, and I solved it pretty quickly afterwards because the compiler explained what I should do.
If you ever run into a problem you can't solve on your own, try googling or asking someone for help! That way you can learn for next time and improve over time
Re: Pb2007
C is one of the worst languages I've used, right alongside C++, because it's a pain to compile due to the lack of an ecosystem.
Want to compile this? Figure it out yourself!
What's CMake? Yeah, go learn about this external build system that requires gigantic makefiles and is a pain to read.
Yeah I'm not doing that again
I should mention that: 1. I solved this in like 5 seconds, the compiler explained pretty clearly afterwards that I needed to specify an anonymous lifetime (+ '_) and 2. No I am not switching languages, Rust is still my favorite language and that isn't changing anytime soon
Re: Patter2
I hope this doesn't discourage you! This was meant as more of a funny short story that happened to me, and I solved it pretty quickly afterwards because the compiler explained what I should do.
If you ever run into a problem you can't solve on your own, try googling or asking someone for help! That way you can learn for next time and improve over time
Re: Pb2007
C is one of the worst languages I've used, right alongside C++, because it's a pain to compile due to the lack of an ecosystem.
Want to compile this? Figure it out yourself!
What's CMake? Yeah, go learn about this external build system that requires gigantic makefiles and is a pain to read.
Yeah I'm not doing that again
I should mention that: 1. I solved this in like 5 seconds, the compiler explained pretty clearly afterwards that I needed to specify an anonymous lifetime (+ '_) and 2. No I am not switching languages, Rust is still my favorite language and that isn't changing anytime soon