Templates
-
Is there a sintax error?:confused:
template<typename MYTYPE> class CMyTemplate{
....
};template<typename MYTYPE> class CFamily{
private:
CMyTemplate< CMyTemplate<MYTYPE> > m_Member;:mad:
public:
....
};VS tells: Missing ";" before "<" where I delcare
m_Member
:omg::omg::wtf::wtf:
Russell
-
Is there a sintax error?:confused:
template<typename MYTYPE> class CMyTemplate{
....
};template<typename MYTYPE> class CFamily{
private:
CMyTemplate< CMyTemplate<MYTYPE> > m_Member;:mad:
public:
....
};VS tells: Missing ";" before "<" where I delcare
m_Member
:omg::omg::wtf::wtf:
Russell
-
After 4 painful days ... got it! (to many #include in the project ... :-O ) tnx anyway :-D
Russell
-
there was 4 days - 30 min that I'm trying to solve the problem by myself.:(( At the end I surrender and ask to CP.:sigh: But (wow) without any answer I solve it immediately!:-D It could be that CP will solve the problem telepathycally,... or it gives a lot of luck! What a great world this is!:laugh::laugh: :rose:
Russell
-
there was 4 days - 30 min that I'm trying to solve the problem by myself.:(( At the end I surrender and ask to CP.:sigh: But (wow) without any answer I solve it immediately!:-D It could be that CP will solve the problem telepathycally,... or it gives a lot of luck! What a great world this is!:laugh::laugh: :rose:
Russell
You should have asked in the first 30 minutes :) Even though nobody answered, you would have solved it and you could have taken 4 days off! Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
You should have asked in the first 30 minutes :) Even though nobody answered, you would have solved it and you could have taken 4 days off! Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
wow!! You are a genius!:-D Why are you telling this to me only now? :(( :laugh::laugh:
Russell
_Russell_ wrote:
Why are you telling this to me only now?
To rub it in (salt in the wound), of course :)
Mark Salsbery Microsoft MVP - Visual C++ :java: