#Need help to install C++ and OpenGL on VS Code
20 messages · Page 1 of 1 (latest)
@idle patio https://wiki.archlinux.org/title/Visual_Studio_Code#Extensions_support is extension support enabled?
It should be, because i already use some java extentions
@idle patio did you install the c++ extension?
Yes
And when I click on the play button nothing happens
Same thing when I compile manuelly with gcc and g++
// Your First C++ Program
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
``` does this work?
no it doesn't
@idle patio can you take a video please
of what happens when I click the play button?
yes
@idle patio Open the folder for your C++ program from VS Code. Then from the Run menu, click "Add Configuration" to get a default configuration.
I have already 3 json files and one of them has 7 problems
it's named launch.json
@idle patio try asking here https://discord.gg/programming
Ok I'll do that, Thanks
you're welcome