I'm making a simple stack template and the compiler (g++) is complaining about the class not being a template:
hadoque@meitner:~/skola/c$ g++ -o driver driver.cpp stackTemplate.h
driver.cpp: In function ‘int main()’:
driver.cpp:9: error: ‘stackTemplate’ is not a template