Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionexcel problem Pin
tunminhein12-Sep-07 4:28
tunminhein12-Sep-07 4:28 
QuestionRe: excel problem Pin
David Crow12-Sep-07 5:33
David Crow12-Sep-07 5:33 
QuestionProjectsettings for dual core cpu's? Pin
bosfan12-Sep-07 4:19
bosfan12-Sep-07 4:19 
AnswerRe: Projectsettings for dual core cpu's? Pin
Randor 12-Sep-07 4:22
professional Randor 12-Sep-07 4:22 
GeneralRe: Projectsettings for dual core cpu's? Pin
bosfan12-Sep-07 4:28
bosfan12-Sep-07 4:28 
GeneralRe: Projectsettings for dual core cpu's? Pin
carrivick12-Sep-07 21:50
carrivick12-Sep-07 21:50 
GeneralRe: Projectsettings for dual core cpu's? Pin
bosfan12-Sep-07 21:55
bosfan12-Sep-07 21:55 
Questiontemplate specialization Pin
Russell'12-Sep-07 3:51
Russell'12-Sep-07 3:51 
template< typename A, typename B> class CMyClass{
...
}


I need to do template specialization only to set A=MyTypeName, so...what syntax is required?

something like this? (in the .cpp file?)
template<:confused::confused:,typename B>
CMyClass<MyTypeName,B>::foo(){..}



Russell

AnswerRe: template specialization Pin
Nelek12-Sep-07 3:57
protectorNelek12-Sep-07 3:57 
GeneralRe: template specialization Pin
Russell'12-Sep-07 4:01
Russell'12-Sep-07 4:01 
GeneralRe: template specialization Pin
Nelek12-Sep-07 4:37
protectorNelek12-Sep-07 4:37 
GeneralRe: template specialization Pin
Russell'12-Sep-07 5:55
Russell'12-Sep-07 5:55 
GeneralRe: template specialization Pin
Nelek12-Sep-07 21:45
protectorNelek12-Sep-07 21:45 
AnswerRe: template specialization Pin
Cedric Moonen12-Sep-07 4:08
Cedric Moonen12-Sep-07 4:08 
GeneralRe: template specialization Pin
Nelek12-Sep-07 4:32
protectorNelek12-Sep-07 4:32 
GeneralRe: template specialization Pin
Russell'12-Sep-07 5:15
Russell'12-Sep-07 5:15 
GeneralRe: template specialization Pin
Russell'12-Sep-07 4:35
Russell'12-Sep-07 4:35 
QuestionC++ templates Pin
minkowski12-Sep-07 2:48
minkowski12-Sep-07 2:48 
AnswerRe: C++ templates Pin
Jonathan [Darka]12-Sep-07 2:49
professionalJonathan [Darka]12-Sep-07 2:49 
GeneralRe: C++ templates Pin
minkowski12-Sep-07 3:09
minkowski12-Sep-07 3:09 
GeneralRe: C++ templates Pin
Cedric Moonen12-Sep-07 3:16
Cedric Moonen12-Sep-07 3:16 
GeneralRe: C++ templates Pin
jhwurmbach12-Sep-07 3:19
jhwurmbach12-Sep-07 3:19 
AnswerRe: C++ templates Pin
Russell'12-Sep-07 3:18
Russell'12-Sep-07 3:18 
AnswerRe: C++ templates Pin
Nemanja Trifunovic12-Sep-07 5:00
Nemanja Trifunovic12-Sep-07 5:00 
QuestionIs it possible to hide a column of a Clist control? Pin
Md. Ali Naser Khan12-Sep-07 2:40
Md. Ali Naser Khan12-Sep-07 2:40 

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.