How to replace marked words in a c-stringHi, lets say I have a c-string with certain words marked as nouns that need to be replaced, i.e ...
Missing Template argumentWhat in this particular instance is making it so I can't have them in separate files like I've done ...
Missing Template argumentno, I have them in separate .hpp files and have #include "linkedList.h" and "stack.h" at the top
Missing Template argumentYes, I have a stack template and a LinkedList template in two separate header files
Missing Template argumentYes I'm sorry I mean't to say constructor. Buy anyway, I've changed it to what you wrote and it's go...