I'm struggling to get C++ working in Visual Studio Code. The installation of g++ and the configuration process are quite challenging for me. Every time I attempt to run my code, I encounter errors. I'm wondering if there's a solid solution to this problem, or if there are alternative IDEs that might be easier to use.
2 Answers
If you're having a lot of trouble, have you thought about starting with Python? It's usually easier for beginners and could help you build a solid programming foundation before diving into C++. But if you're determined to learn C++, hang in there!
The setup can definitely be tricky! It often depends on your hardware and the specific configurations you're using. Make sure to double-check your settings and the paths for g++. It might take some tweaking, but it's possible to get it working! Feel free to share your error messages if you want more help.

I already know Python pretty well. I want to jump into C++, but this setup is making it tough!