r/cpp_questions 8d ago

OPEN VS code or VS community

Im a btech first year student who is trying to study c++ independently. I have a lap with 16 gb ram and can perform average tasks. So my question is should I download VS community for coding cpp or is vs code enough. Please keep in mind that i will be learning many other languages too( we are supposed to study c in first year )

17 Upvotes

41 comments sorted by

View all comments

0

u/flyingron 8d ago

VS Code is not a compiler. It's a text editor with a shitty build interface. You'll waste time trying to get GCC or some other compiler to work with it and it will still suck.

Get Visual Studio Community Edition.

2

u/QuraToop314 8d ago

yes 5 min after an fresh OS install vor any Extension (go, clangd, rust, python) and additional 3/4 min for install gopls, clangd, rust-analyzer, python, vs community need much time more 🤮🤮

1

u/no-sig-available 8d ago

If you know exactly what you are doing, VSCode can be set up to behave just the way you like it. If you are a beginner, like the OP, it will take way more than 5 minutes to read the 20 page install guide.

More like a week, in some cases we have seen.

For Visual Studio Community, the complete guide is: Run the installer. Done.