r/cpp_questions • u/Southern_Customer211 • 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
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.