#How do I run code on VSC?

9 messages · Page 1 of 1 (latest)

winter spade
#

So I recently got into VSC because of pros, a robotics coding language. However, I wanted to try general code with it too. i'm trying to follow the tutorial on the vscode page,https://code.visualstudio.com/docs/cpp/config-clang-mac, but I dont see the run button and just a pros icon. Do i have to remove the pros extension?

muted sageBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

winter spade
#

#include <iostream>
#include <vector>
#include <string>

using namespace std;

int main()
{
    cout << "hello";
}
#

thats the code in case that does anything but it shouldn't

random vigil
#

@winter spade compiling and running in the integrated terminal is a good way to go

winter spade
#

Oh ok so i dont have to worry about not having a run button?

random vigil
#

Nope

winter spade
#

Ok thanks

#

!solved