Click here to Skip to main content
15,884,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Drag and Drop Pin
Prakash Nadar24-Jan-06 0:37
Prakash Nadar24-Jan-06 0:37 
AnswerRe: Drag and Drop Pin
Anil_vvs24-Jan-06 0:44
Anil_vvs24-Jan-06 0:44 
GeneralRe: Drag and Drop Pin
Prakash Nadar24-Jan-06 1:00
Prakash Nadar24-Jan-06 1:00 
Questionabout virtual function's return type Pin
bobi_zcl23-Jan-06 23:37
bobi_zcl23-Jan-06 23:37 
AnswerRe: about virtual function's return type Pin
toxcct23-Jan-06 23:47
toxcct23-Jan-06 23:47 
AnswerRe: about virtual function's return type Pin
Aamir Butt24-Jan-06 0:05
Aamir Butt24-Jan-06 0:05 
AnswerRe: about virtual function's return type Pin
Taka Muraoka24-Jan-06 4:23
Taka Muraoka24-Jan-06 4:23 
AnswerRe: about virtual function's return type Pin
sunit524-Jan-06 6:56
sunit524-Jan-06 6:56 
signature of the virtual functions in base and derived
class must be same .but their returns types can be different only if both returns have base and derived relation ship

class CBase
{
virtual CBase* func1(int,char);
};

class CDerived
{
CDerived *func19int,char);
};



never say die
GeneralRe: about virtual function's return type Pin
bobi_zcl24-Jan-06 13:33
bobi_zcl24-Jan-06 13:33 
GeneralRe: about virtual function's return type Pin
sunit525-Jan-06 6:25
sunit525-Jan-06 6:25 
GeneralRe: about virtual function's return type Pin
bobi_zcl5-Feb-06 15:46
bobi_zcl5-Feb-06 15:46 
QuestionReport Generator control suggestion Pin
ddmcr23-Jan-06 23:31
ddmcr23-Jan-06 23:31 
QuestionStatic Text control's ToolTip On ComboBox item? Pin
rajan.msmy23-Jan-06 22:53
rajan.msmy23-Jan-06 22:53 
QuestionWhat do virtual inline function mean? Pin
vikas amin23-Jan-06 22:51
vikas amin23-Jan-06 22:51 
AnswerRe: What do virtual inline function mean? Pin
toxcct23-Jan-06 22:56
toxcct23-Jan-06 22:56 
GeneralRe: What do virtual inline function mean? Pin
Taka Muraoka23-Jan-06 23:34
Taka Muraoka23-Jan-06 23:34 
GeneralRe: What do virtual inline function mean? Pin
Prakash Nadar24-Jan-06 0:42
Prakash Nadar24-Jan-06 0:42 
GeneralRe: What do virtual inline function mean? Pin
Nemanja Trifunovic24-Jan-06 4:01
Nemanja Trifunovic24-Jan-06 4:01 
QuestionDecryption Routine needed. Pin
Priya..k23-Jan-06 22:44
Priya..k23-Jan-06 22:44 
AnswerRe: Decryption Routine needed. Pin
Prakash Nadar24-Jan-06 0:43
Prakash Nadar24-Jan-06 0:43 
GeneralRe: Decryption Routine needed. Pin
Priya..k24-Jan-06 0:51
Priya..k24-Jan-06 0:51 
GeneralRe: Decryption Routine needed. Pin
Prakash Nadar24-Jan-06 1:05
Prakash Nadar24-Jan-06 1:05 
GeneralRe: Decryption Routine needed. Pin
Priya..k24-Jan-06 1:17
Priya..k24-Jan-06 1:17 
GeneralRe: Decryption Routine needed. Pin
Prakash Nadar24-Jan-06 18:13
Prakash Nadar24-Jan-06 18:13 
GeneralRe: Decryption Routine needed. Pin
Priya..k24-Jan-06 22:21
Priya..k24-Jan-06 22:21 

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.