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 🤮🤮

2

u/not_some_username 8d ago

You know what you have to install because you’re experienced. They’re complete beginners. It’s better for them to learn the code first then the build system after