I am getting errors trying to compile a C++ template class which is split between a .hpp and .cpp file:
.hpp
.cpp
$ g++ -c -o main.o main.cpp
I am working with Visual studio 2010, if you would like to split your files to .h and .cpp, include your cpp header at the end of the .h file