Class template errorTools.h: [code]#pragma once #include <vector> class Tools { public: template <typename T> static...
Class template errorI got an array class, but I'm getting this error: Error 1 error C2953: 'Array2D' : class template...
C++ template static methodAh yes that worked, thank you all :D
C++ template static methodHere's the error message: Error 1 error LNK2019: unresolved external symbol "public: static int * *...
C++ template static methodThe cpp and h files I posted are the same as the files in my project.
This user does not accept Private Messages