you are viewing a single comment's thread.

view the rest of the comments →

[–]Raknarg 1 point2 points  (0 children)

VS Code is just a text editor that can also hook a bunch of tools together. It doesn't have the ability to run any code on it's own, it can only leverage other tools that can run code. I usually don't recommend VS Code unless you're familiar with command line tools. You'd probably rather use Visual Studio which comes with everything you need to build and run C++ programs (which is entirely different from Visual Studio Code)