User profile: ericeps

User info
User name:ericeps
History
Joined:
Number of posts:25
Latest posts:

Problem with vector destructor
Thanks for the replies, I did not know about the invalidating, but it makes sense since vector eleme...

Linked list help
In addition to the memory leak Zhuge points out, it looks like you are trying to add nodes to the li...

Problem with vector destructor
The 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 code
The value you can return is based on the function declaration [code] bool myBoolFunct() { //some...