0% found this document useful (0 votes)
10 views1 page

Debugging Code for Content Management

The document discusses issues with a coding function, specifically the use of the '-=' operator, which is expected to modify one variable by removing elements found in another. The author suggests that the operator should return a reference rather than void and indicates that the problem lies within the 'erase_one' function. The author requests to see the 'erase_one' code for further assistance in resolving the issue.

Uploaded by

jayzelocke
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Debugging Code for Content Management

The document discusses issues with a coding function, specifically the use of the '-=' operator, which is expected to modify one variable by removing elements found in another. The author suggests that the operator should return a reference rather than void and indicates that the problem lies within the 'erase_one' function. The author requests to see the 'erase_one' code for further assistance in resolving the issue.

Uploaded by

jayzelocke
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd

this work

Write supporting c sites, using authoring or scripting languages, content creation tools,
management tools, -= to my understanding isn't working accurately... On the off chance
that I say x -= y at that point it should remove anything that's the same in x and

does not do the proper thing, at that point it looks to me just like
Operators such as -= are supposed to return a reference to *this, i.e. a bag& in this
case, rather than void.

Otter disgrace trying to take advantage.


Other than that, the code you've got here is affirm. You
the issue would be in your erase_one work. I'll got to see that code to assist encourage.
y and put in x what remains. But, I posted you my eradicate one work.

You might also like