0
i am doing a project for the school. I have downloaded visual studio code and also i have installed mingw64, also i have added the path to the system.
when i try to execute gcc from command prompt while i am in C:\Windows\System32> it outputs an error "gcc is not recognized as an internal or external command."
similar error i get in the visual studio code.
Same thing when i try while i am in the C:/mingw/bin it executes ok.
Is there any way to get around this.... I have also installed visual studio 2019, and everything works just fine in there.
Any clue where i am going wrong?