I've been self-learning C and C++ for a bit now, and when it comes to compiling my projects, I've primarily used Visual Studio or CMake. I have limited knowledge about Makefile or any other build systems. Should I worry about just sticking with CMake, or would it be better to learn other options? I'm a bit new to programming, so I'm wondering if this is a dumb question.
3 Answers
If you haven't tried compiling with gcc or another compiler yet, I recommend giving that a shot with a simple program. It can give you a better understanding of how things work under the hood.
No worries at all! While I've used several other build tools in the past, I've settled on CMake because it's portable and efficient. If it works for you, that's great!
It's totally fine to prefer CMake! Unless a job specifically requires you to use a different build system, you can stick with what you're comfortable with. Just be aware that knowing a bit about how CMake operates is essential, so try to deepen your understanding of it.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically