Need a data structure where I can map a string to a typeI remember doing something like this a couple of decades ago using a Factory pattern, but that was t...
Namespace std not recognized in public API.h for shared libraryConsider the following 2 header files: [code] #ifndef A_CLASS #define A_CLASS #include "B.h" clas...
Namespace std not recognized in public API.h for shared libraryIs this all in 1 file, or is there a header file for each class (preferred). Since the class Base d...
why testing for member pointer determines the template type is a class?Is the last closing parenthesis in the wrong place in line 7 of the initial post? It seems to me th...
const keyword in function declarationIf you only erased 'const' from line 7, then your function definition (line 22) did not match the fu...