Hey everyone! I'm really struggling with some difficult tasks while learning C++ and I'd love to hear how you all managed similar challenges. Also, I'm curious about how frequently you rely on AI when you're stuck on a problem. Is it okay to use AI if I've been at an issue for a long time? I understand that AI might not always give accurate answers, but it can offer helpful explanations. I could ask on forums, but waiting for responses can take a while. What do you think?
7 Answers
When facing complex problems, try breaking them down into simpler tasks. It makes tackling them much easier!
Absolutely, you can use AI to spark new ideas or find references you might not have considered. Just remember that its explanations, especially about tricky C++ concepts, may not always be accurate. It's good to double-check those!
Starting out, I find it super helpful to use AI. Whenever I'm stuck, I ask Copilot to explain its code line-by-line. It's way more productive than spending hours trying to figure things out by trial and error.
Check out learncpp.com—it's a fantastic resource for learning C++. And when you're stuck, a quick Google search usually unearths similar questions from others who faced the same issues, complete with solutions.
I think relying on a good C++ book can be beneficial. What did we all do before AI came around? It also helps to read quality code to understand different ideas and approaches.
I learned C++ before AI became common, and I managed quite well! I wouldn't recommend relying on AI as a beginner; the critical thinking and problem-solving skills you build yourself are invaluable.
I have a few years of C++ experience and I mostly use AI for repetitive tasks where there's a clear pattern, like during character evaluations. I think it's better to have a grasp on the documentation yourself rather than depending completely on AI. But using it for clarification when you're confused about pseudocode is totally valid!

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