Problem with vector destructorThanks for the replies, I did not know about the invalidating, but it makes sense since vector eleme...
Linked list helpIn addition to the memory leak Zhuge points out, it looks like you are trying to add nodes to the li...
Problem with vector destructorThe debugger shows these, the top 9. This occurs when I erase the last element in a vector. [code]...
Best c++ editors?I use Vim. Fairly easy to learn and use.
returning a 1 throughout the codeThe value you can return is based on the function declaration [code] bool myBoolFunct() { //some...