User profile: EricPlusPlus

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

Printing error with constant
In your code you're using MAX_STUDENTS as an argument for some functions with a size parameter. Con...

Scope/Stack/Memory Question
Thank you for clarifying.

Scope/Stack/Memory Question
I wrote a simple program here: [code] #include <iostream> #include <vector> #include <string> clas...

Overloading the operator ++
Ok, I was able to follow some of that, but I still need some guidance. Since my structure is a lin...

Overloading the operator ++
I'm trying to write a doubly linked list for strings with some overloaded operators. I'm not familia...