Setting up sublime for competitive programming

I tried setting up sublime text for c++. But it doesnt compile.
Also I have installed ming compiler set up the path.
This is the error msg:

‘g++’ is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.1s with exit code 1]
[shell_cmd: g++ “C:\Users\Pankti Shah\Desktop\Sublime Text 3\code.cpp” -o “C:\Users\Pankti Shah\Desktop\Sublime Text 3/code” && “C:\Users\Pankti Shah\Desktop\Sublime Text 3/code”]
[dir: C:\Users\Pankti Shah\Desktop\Sublime Text 3]
[path: c:\Program Files (x86)\Intel\iCLS Client;c:\Program Files\Intel\iCLS Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\nodejs;C:\Users\Pankti Shah\AppData\Roaming\npm;C:\Users\Pankti Shah\Microsoft VS Code\bin]

hello @shahpankti931
first install g++ and then try

I have already installed g++

add g++ to ur path
https://www3.cs.stonybrook.edu/~alee/g++/g++.html

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.