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

C / C++ / MFC

 
AnswerRe: Which event occurs when user presses Ctrl+Alt+Del and then "Lock Computer"? Pin
Gavin Taylor7-Feb-06 18:44
professionalGavin Taylor7-Feb-06 18:44 
AnswerRe: Which event occurs when user presses Ctrl+Alt+Del and then "Lock Computer"? Pin
Gavin Taylor7-Feb-06 8:16
professionalGavin Taylor7-Feb-06 8:16 
GeneralRe: Which event occurs when user presses Ctrl+Alt+Del and then "Lock Computer"? Pin
Amarelia7-Feb-06 22:30
Amarelia7-Feb-06 22:30 
QuestionOwnerDraw ToolBar in Dialog Box Pin
Muhammad Azam7-Feb-06 1:02
Muhammad Azam7-Feb-06 1:02 
AnswerRe: OwnerDraw ToolBar in Dialog Box Pin
Owner drawn7-Feb-06 1:13
Owner drawn7-Feb-06 1:13 
Questionaccess permision Pin
sundar_mca7-Feb-06 0:58
sundar_mca7-Feb-06 0:58 
QuestionRe: access permision Pin
David Crow7-Feb-06 2:41
David Crow7-Feb-06 2:41 
Questiontemplete error Pin
Russell'7-Feb-06 0:57
Russell'7-Feb-06 0:57 
template <<typename MYTYPE>> class CClassBase{<br />
...<br />
void Function();<br />
...<br />
};<br />
<br />
class CClassDouble: public CClassBase<<double>>{<br />
...<br />
};


Somewhere, in ANOTHER project file:
CClassDouble x;<br />
x.Function();

this give a link error:
CClassBase<<double>>::Function not find

But if I use the same lines in the same file of the classes declaretion everything works well!

what's wrong??


NOTE read the double << and >> as a single sign (else problems with html code in this forum)

Have a nice code day Wink | ;)


AnswerRe: templete error Pin
Stephen Hewitt7-Feb-06 1:21
Stephen Hewitt7-Feb-06 1:21 
GeneralRe: templete error Pin
Russell'7-Feb-06 1:54
Russell'7-Feb-06 1:54 
AnswerRe: templete error Pin
toxcct7-Feb-06 1:45
toxcct7-Feb-06 1:45 
QuestionRe: templete error Pin
David Crow7-Feb-06 2:43
David Crow7-Feb-06 2:43 
AnswerRe: templete error Pin
Russell'7-Feb-06 2:59
Russell'7-Feb-06 2:59 
AnswerRe: templete error Pin
Stephen Hewitt7-Feb-06 3:40
Stephen Hewitt7-Feb-06 3:40 
GeneralRe: templete error Pin
toxcct7-Feb-06 3:52
toxcct7-Feb-06 3:52 
Questionquestion on Bitmaps Pin
Rayalu7-Feb-06 0:54
Rayalu7-Feb-06 0:54 
AnswerRe: question on Bitmaps Pin
James Gupta7-Feb-06 1:42
professionalJames Gupta7-Feb-06 1:42 
QuestionProblems using #import "msxml.dll" with Visual C++ 2005 Pin
Poul Haahr Klemmensen7-Feb-06 0:42
Poul Haahr Klemmensen7-Feb-06 0:42 
AnswerRe: Problems using #import "msxml.dll" with Visual C++ 2005 Pin
Prakash Nadar7-Feb-06 1:05
Prakash Nadar7-Feb-06 1:05 
GeneralRe: Problems using #import "msxml.dll" with Visual C++ 2005 Pin
Poul Haahr Klemmensen7-Feb-06 1:36
Poul Haahr Klemmensen7-Feb-06 1:36 
QuestionREMOTE MACHINE PORT Pin
shadrach_india7-Feb-06 0:09
shadrach_india7-Feb-06 0:09 
AnswerRe: REMOTE MACHINE PORT Pin
ThatsAlok7-Feb-06 21:35
ThatsAlok7-Feb-06 21:35 
GeneralRe: REMOTE MACHINE PORT Pin
shadrach_india7-Feb-06 22:15
shadrach_india7-Feb-06 22:15 
QuestionCTabCtrl with XP manifest Pin
-Dy6-Feb-06 23:55
-Dy6-Feb-06 23:55 
QuestionSOAP Server in Visual C++ Pin
MrChefman6-Feb-06 23:24
MrChefman6-Feb-06 23:24 

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.