User profile: doug4

User info
User name:doug4
Name:Doug
Location:Linhardt
History
Joined:
Number of posts:1538
Latest posts:

Need a data structure where I can map a string to a type
I 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 library
Consider 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 library
Is 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 declaration
If you only erased 'const' from line 7, then your function definition (line 22) did not match the fu...