Access denied in VS code for gcc while doing C programming

McAfee


 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"


3>Now last step is click on the "Turn Off" button and turn it off as long as you want.




With these simple steps you can easily run your programme in your VS code.


Hope I resolved your problem. Thank you 

Comments

Popular posts from this blog

C program to find the greatest of three numbers with user input.

How to add to integers in C programming

Check whether a character Vowel or Consonant