Access denied in VS code for gcc while doing C programming
Hi guys the problem I am going to discuss in this blog is about some problem that you may face while doing C programme in your VS code.
There are various methods to install VS code and MinGW(C compiler) but when you use them to run a code it may show you some error in output or in VS code terminal. But if you think your installation process is wrong, wait that may be not the reason, it's because of your system's anti virus that is blocking your VS code to get access of your MinGW's bin folder.
This problem mostly seen when you buy a new Laptop or PC & they give you a trial of anti virus software(McAfee).
Solution : All you need to do is when you gonna run a programme in your system simply
1>Open your McAfee anti virus application
2>Now find the settings option then click on it and then click on "Real Time Scanning"
With these simple steps you can easily run your programme in your VS code.
Hope I resolved your problem. Thank you
Comments
Post a Comment