#π Help C++ plug in pls
45 messages Β· Page 1 of 1 (latest)
@gusty geode
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
g++ is GNU . It wonβt be there on Windows
You may wish to set up either WSL to use Linux on Windows, or install the Microsoft C++ compiler
I would recommend setting up WSL. Probably would be your path of least resistance
Or you can install mingw for windows
I think i got WSL
i got g++ on windows, idk
Through mingw?
yeah
Well, I guess I mean by default, but yeah there is mingw and Cygwin and so on
There's a page on vsc guides to setup mingw
uhhh hello?
what now?
Or if you want wsl also works if you want but you'll need to separately configure it to work with vsc though if I'm not wrong
You can try to launch it and see if it works
Also
Another option is to install the minignu for windows
It saves you the hassle
Give me a second I'll get a video
i clicked wsl and it's appeared a terminal then it's disappeared immediately
You will need to follow the instructions I have in that case
But also you can go the other approaches people specified too
wsl --list --online
Then wsl --install [distro]
Kinda funny you're asking c++ help in python server
Running wsl --install is gonna install Ubuntu by default
Learn how to setup and run C/C++ on VS Code. We will also run an example C file after the setup.
C Tutorial (English): https://youtu.be/CobHIiQXMtQ
C Tutorial (Hindi):https://youtu.be/xV8cyzBZu6s
VS Code Tutorial: https://youtu.be/mK17Tel7dA8
Download MinGW: https://sourceforge.net/projects/mingw/
Data Analytics Courses: https://bit.ly/48MxVTU...
This is the windows alternative
Using mingw
Though I code in C not in C++ so idk how that's gonna work
Pretty much the same
But hey! It's an Indian tutorial so it's bound to work anyway.
You can use gcc to compile c++ also but it's better to use g++ which comes along in mingw
Never too late to learn
Well, mingw installs g++ so you should be good, make sure to also install the actual plugins from the mingw installer
Just follow the tutorial lmfao
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.