Click here to Skip to main content
15,890,438 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionOutlook add-ins. Account information. Pin
hybride2-Feb-06 21:17
hybride2-Feb-06 21:17 
AnswerRe: Outlook add-ins. Account information. Pin
Igor Vigdorchik4-Feb-06 15:01
Igor Vigdorchik4-Feb-06 15:01 
AnswerRe: Outlook add-ins. Account information. Pin
hybride5-Feb-06 21:23
hybride5-Feb-06 21:23 
QuestionSubclassing templates Pin
softwaremonkey2-Feb-06 1:36
softwaremonkey2-Feb-06 1:36 
AnswerRe: Subclassing templates Pin
toxcct2-Feb-06 2:05
toxcct2-Feb-06 2:05 
GeneralRe: Subclassing templates Pin
softwaremonkey2-Feb-06 2:34
softwaremonkey2-Feb-06 2:34 
GeneralRe: Subclassing templates Pin
toxcct2-Feb-06 2:37
toxcct2-Feb-06 2:37 
GeneralRe: Subclassing templates Pin
softwaremonkey2-Feb-06 2:48
softwaremonkey2-Feb-06 2:48 
My base class (which is OK) is declared as:

template <class type, long size> class xyz
{
};

My derrived class is declared as:
template <class type, long size> class abc : public xyz<class type, long size>
{
};

The compiler throws out a lot of errors, the first being:
Error C2146 syntax error : missing ',' before identifier 'size'

The next error is

Error C2977 : 'xyz' too many template arguments - see declaration of 'xyz'

TIA

-- modified at 8:49 Thursday 2nd February, 2006
GeneralRe: Subclassing templates Pin
toxcct2-Feb-06 3:07
toxcct2-Feb-06 3:07 
GeneralRe: Subclassing templates Pin
softwaremonkey2-Feb-06 3:15
softwaremonkey2-Feb-06 3:15 
QuestionSTL conflict Pin
eddyroth31-Jan-06 20:06
eddyroth31-Jan-06 20:06 
Questionrelated to thunderbird extension Pin
baldha rakesh31-Jan-06 18:54
baldha rakesh31-Jan-06 18:54 
AnswerRe: related to thunderbird extension Pin
Douglas Troy3-Feb-06 6:03
Douglas Troy3-Feb-06 6:03 
Questionerror C2976 Aaaaaaahhh Help Pin
Swinefeaster31-Jan-06 11:57
Swinefeaster31-Jan-06 11:57 
AnswerRe: error C2976 Aaaaaaahhh Help Pin
Member 6814614-Jan-09 20:48
Member 6814614-Jan-09 20:48 
QuestionChecking whether the workstation is locked. Pin
Emilio Guijarro27-Jan-06 4:51
Emilio Guijarro27-Jan-06 4:51 
AnswerRe: Checking whether the workstation is locked. Pin
Douglas Troy3-Feb-06 6:06
Douglas Troy3-Feb-06 6:06 
QuestionAnd Add-in for MS Outlook Pin
hybride25-Jan-06 23:41
hybride25-Jan-06 23:41 
AnswerRe: And Add-in for MS Outlook Pin
Igor Vigdorchik27-Jan-06 16:12
Igor Vigdorchik27-Jan-06 16:12 
AnswerRe: And Add-in for MS Outlook Pin
hybride29-Jan-06 20:11
hybride29-Jan-06 20:11 
AnswerRe: And Add-in for MS Outlook Pin
_AnsHUMAN_ 7-Feb-06 19:48
_AnsHUMAN_ 7-Feb-06 19:48 
AnswerRe: And Add-in for MS Outlook Pin
Ganesh_T16-Feb-06 23:16
Ganesh_T16-Feb-06 23:16 
AnswerRe: And Add-in for MS Outlook Pin
hybride17-Feb-06 0:19
hybride17-Feb-06 0:19 
GeneralRe: And Add-in for MS Outlook Pin
toxcct17-Feb-06 0:40
toxcct17-Feb-06 0:40 
AnswerRe: And Add-in for MS Outlook Pin
hybride17-Feb-06 1:08
hybride17-Feb-06 1:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.