I'm currently using onlinegdb for my C++ projects because it feels much easier for me compared to other options. However, every time I try using Visual Studio Code or install any related tools, I just hit a wall with frustration. It genuinely gives me a headache trying to figure out what's going wrong, and I really dislike it. If I want to work professionally in the future, do I need to become familiar with Visual Studio Code? It seems like every time I need to add a library, I end up lost in a maze of tutorials that just lead to more errors. Any advice would be appreciated!
6 Answers
Trust me, it’s not just you—VSCode can be a nightmare for beginners! CLion is definitely worth considering.
You don’t have to stick to Visual Studio Code specifically. Most companies prioritize your programming skills over the specific editor you use. While you might eventually want to adapt to a proper IDE for larger projects, focus on what makes you comfortable for now. CLion or Dev-C++ are great alternatives if VS Code is frustrating you.
Consider using CLion instead. JetBrains products work great and handle a lot of the complex setup for you, making it easier to focus on coding.
Why not try Neovim? It’s a solid choice and has a strong community!
Ultimately, you'll end up using whatever tools your employer prefers. While VS Code isn’t perfect, it's not the worst option out there. If it’s really giving you trouble, remember that in professional settings, you usually have coworkers who can help you navigate any issues. Just don't mention your struggles with it in job interviews—it’s not a good look!
If you're new to C++, I'd suggest using Visual Studio instead of VS Code. It's much more beginner-friendly and has better support for C++ development. You'll find it smoother to get started with.

Haha, I won’t mention it for sure! It’s comforting to know I’m not alone in finding it challenging!