User profile: doug4

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

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...

vector multi template argument
https://cplusplus.com/reference/vector/vector/ _Tp is the data type of the members of the vector _A...