User profile: RonTheMoron

User info
User name:RonTheMoron
History
Joined:
Number of posts:44
Latest posts:

How to replace marked words in a c-string
Hi, lets say I have a c-string with certain words marked as nouns that need to be replaced, i.e ...

Missing Template argument
What in this particular instance is making it so I can't have them in separate files like I've done ...

Missing Template argument
no, I have them in separate .hpp files and have #include "linkedList.h" and "stack.h" at the top

Missing Template argument
Yes, I have a stack template and a LinkedList template in two separate header files

Missing Template argument
Yes I'm sorry I mean't to say constructor. Buy anyway, I've changed it to what you wrote and it's go...