Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: i want to integrate ms word in my asp.net web application Pin
Hans Dietrich3-Dec-08 18:12
mentorHans Dietrich3-Dec-08 18:12 
AnswerRe: i want to integrate ms word in my asp.net web application Pin
Hamid_RT3-Dec-08 18:32
Hamid_RT3-Dec-08 18:32 
QuestionHelp in making italic a static field Pin
tasumisra3-Dec-08 17:44
tasumisra3-Dec-08 17:44 
AnswerRe: Help in making italic a static field Pin
Hamid_RT3-Dec-08 18:04
Hamid_RT3-Dec-08 18:04 
GeneralRe: Help in making italic a static field Pin
tasumisra3-Dec-08 19:26
tasumisra3-Dec-08 19:26 
GeneralRe: Help in making italic a static field Pin
Hamid_RT3-Dec-08 19:38
Hamid_RT3-Dec-08 19:38 
QuestionProgram for Active directory, compile error Pin
eth0q3-Dec-08 14:23
eth0q3-Dec-08 14:23 
QuestionA Question about Virtual Functions Pin
BobInNJ3-Dec-08 12:33
BobInNJ3-Dec-08 12:33 
Please consider the following declarations:

class base1 {<br />
public:<br />
	virtual int f1() = 0;<br />
};<br />
<br />
int<br />
base1::f1()<br />
{<br />
	return 1;<br />
}<br />
<br />
class dev1 : public base1 {<br />
public:<br />
	int f1();<br />
};<br />
<br />
int<br />
dev1::f1()<br />
{<br />
	return 2;<br />
}


Since the class base1 cannot be instantiated, is there anyway to call base1::f1()? If so, please tell me how?

Thanks

Bob
AnswerRe: A Question about Virtual Functions Pin
Maximilien3-Dec-08 12:42
Maximilien3-Dec-08 12:42 
GeneralRe: A Question about Virtual Functions Pin
BobInNJ3-Dec-08 12:44
BobInNJ3-Dec-08 12:44 
AnswerRe: A Question about Virtual Functions Pin
Jijo.Raj3-Dec-08 21:20
Jijo.Raj3-Dec-08 21:20 
QuestionActive Directory Pin
BI0sSt@R3-Dec-08 7:57
BI0sSt@R3-Dec-08 7:57 
Questionruns in debug, crashes in release.... Pin
Member 36942703-Dec-08 7:38
Member 36942703-Dec-08 7:38 
AnswerRe: runs in debug, crashes in release.... Pin
Code-o-mat3-Dec-08 7:52
Code-o-mat3-Dec-08 7:52 
GeneralRe: runs in debug, crashes in release.... Pin
Member 36942703-Dec-08 8:00
Member 36942703-Dec-08 8:00 
GeneralRe: runs in debug, crashes in release.... [modified] Pin
Jijo.Raj3-Dec-08 8:21
Jijo.Raj3-Dec-08 8:21 
QuestioncapCreateCaptureWindow - change window title after creation? [modified] - SOLVED Pin
Vaclav_3-Dec-08 7:28
Vaclav_3-Dec-08 7:28 
AnswerRe: capCreateCaptureWindow - change window title after creation? Pin
Mark Salsbery3-Dec-08 7:32
Mark Salsbery3-Dec-08 7:32 
GeneralRe: capCreateCaptureWindow - change window title after creation? Pin
Vaclav_3-Dec-08 7:43
Vaclav_3-Dec-08 7:43 
GeneralRe: capCreateCaptureWindow - change window title after creation? Pin
Mark Salsbery3-Dec-08 9:20
Mark Salsbery3-Dec-08 9:20 
GeneralRe: capCreateCaptureWindow - change window title after creation? Pin
Vaclav_3-Dec-08 10:51
Vaclav_3-Dec-08 10:51 
QuestionMultiByteWideChar and € (Euro sign) Pin
BadJerry3-Dec-08 6:35
BadJerry3-Dec-08 6:35 
AnswerRe: MultiByteWideChar and € (Euro sign) Pin
YoungJin Shin3-Dec-08 18:58
YoungJin Shin3-Dec-08 18:58 
QuestionGina and TSE Pin
Narfix3-Dec-08 5:51
professionalNarfix3-Dec-08 5:51 
QuestionRe: Gina and TSE Pin
Narfix4-Dec-08 5:27
professionalNarfix4-Dec-08 5:27 

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.