Author Topic: Codeblocks clean and rebuild workspace is not exactly removing the memory  (Read 4395 times)

Offline salik19

  • Single posting newcomer
  • *
  • Posts: 3
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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks clean and rebuild workspace is not exactly removing the memory
« Reply #1 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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]