|
Eclipse not recognizing new saved files -
09-10-2009, 02:54 PM
I am using the C/C++ plugin for Eclipse. I have a program that ran. Then I added some new code and features and that ran perfectly. Suddenly, when I click "Run" now, the program doesn't have any of the new features. When I look at the code, it is the "new" code, but when the code runs it does not have the new features. I can change the code in any way shape or form, and the program will still run! I have deleted the entirety of the code and it will still run! I have added lines of code and taken out lines of code and there is no effect on the program at all. I have saved the files before each run, and I am sure these files are part of the program.
|