Hi Ricardo, It looks like the main function does not have access to the template declaration. Is your template declaration in your StackAr.cpp? Then you'll need #include "StackAr.cpp" for your main, presuming main is located in mStackAr.cpp. Or vice-versa, if I have StackAr.cpp and mStackAr.cpp reversed. HTH, --Eljay