Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: salik19 on February 10, 2021, 05:29:08 pm

Title: Codeblocks clean and rebuild workspace is not exactly removing the memory
Post by: salik19 on February 10, 2021, 05:29:08 pm
Hi all, I have this weird issue where whenever I run my program in C++, it is printing out something that I have already removed in my code.

I tried performing clean and rebuilding of workspace, however the same issues still persists. The only way that I can get my code to work properly is by creating a brand new project and re-imports in all my files, which can be time consuming.

Is there a better way to go around this issue, without the need to create new projects whenever I encounter such issues..
Or is this a normal issue that arises in codeblocks itself?

Also, I am using windows 10. Appreciate for any replies
Title: Re: Codeblocks clean and rebuild workspace is not exactly removing the memory
Post by: oBFusCATed on February 10, 2021, 05:42:27 pm
Have you inspected the full build log?
Have you inspected the project folder after a clean operation?
Are the relevant files deleted?
What happens if you delete your executable and object files manually?