Hello, I'm fairly new to C++ and I finally have been able to get some programs going and they are working fine!

However, Im using the Eclipse IDE and MinGW..

When I go to build the program sometimes it will not let me saying that permission is denied and it cant save over the existing .exe program file.. So I try to delete it and just rebuild a new program and I cant delete it.

This usually only happens if I have actually ran the program outside of the IDE, but it happens without running it as well.

Any ideas as to how I can get around that?