User profile: grilledtuna

User info
User name:grilledtuna
History
Joined:
Number of posts:5
Latest posts:

Value in array wont "delete"
Nevermind figured it out. I did this: [code]List[K].setLast("DELETED");[/code] Thanks for t...

Value in array wont "delete"
Thanks for the reply guestgulkan. I see now toString is only a copy. I've tried other strings too wi...

Value in array wont "delete"
Hello, I'm writing an abstract program that keeps a record of Names and Phone numbers. I've creat...

HEAP DETECTION ERROR--having trouble debugging
That fixed it! Thanks so much! Now I understand why there was a memory leak.

HEAP DETECTION ERROR--having trouble debugging
I am trying to write a program that will take integers and find the mean using a dynamic array that ...