News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Codeblocks clean and rebuild workspace is not exactly removing the memory

Started by salik19, February 10, 2021, 05:29:08 PM

Previous topic - Next topic

salik19

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

oBFusCATed

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!]