User: jim744

  • Public profile

User profile: jim744

User info
User name:jim744
History
Joined:
Number of posts:10
Latest posts:

Help on Doubly Linked List
Here's the class .h file [code] /* linkedList.h Definition of a class for a doubly linked list ...

Help on Doubly Linked List
I need help with the operator =. It compiles fine but when I test it the member variables don't come...

expected initializer before ‘<’ token
Vector.hpp has the function definitions for Vector.h. How would I fix the leak in the operator = fu...

expected initializer before ‘<’ token
There are two files. The first piece of code is Vector.hpp and the second piece is Vector.h. I'm n...

expected initializer before ‘<’ token
That's in a header file [code] #ifndef VECTOR_H #define VECTOR_H #include <cstdlib> template <cla...

This user does not accept Private Messages