i am making projects in visual studio but no matter what i do to the source it always works, and it always runs an older version of the program. i can delete everything in the source and it still compiles and runs
here is a screenshot of my deleted source, and me running the most current project



LinkBack URL
About LinkBacks



When in doubt, rebuild all. The only thing that might be bad about rebuild all is the fact that it'll have to re-compile/link every single source file, but usually that's not a problem.