Click here to Skip to main content
15,911,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MessageBox and font changing? Pin
Prakash Nadar27-Feb-04 0:11
Prakash Nadar27-Feb-04 0:11 
GeneralProblem with critical section. Pin
Prakash Nadar26-Feb-04 23:47
Prakash Nadar26-Feb-04 23:47 
GeneralRe: Problem with critical section. Pin
_Magnus_27-Feb-04 0:11
_Magnus_27-Feb-04 0:11 
GeneralRe: Problem with critical section. Pin
Prakash Nadar27-Feb-04 0:14
Prakash Nadar27-Feb-04 0:14 
GeneralEdit control and Unicode Pin
Jahangir Jamshed26-Feb-04 23:47
sussJahangir Jamshed26-Feb-04 23:47 
GeneralRe: Edit control and Unicode Pin
Prakash Nadar27-Feb-04 0:08
Prakash Nadar27-Feb-04 0:08 
GeneralCRichEdit, default font settings Pin
Shah Shehpori26-Feb-04 23:37
sussShah Shehpori26-Feb-04 23:37 
Questionhow can i make some pictures into Panoramic image Pin
xnew26-Feb-04 23:21
xnew26-Feb-04 23:21 
AnswerRe: how can i make some pictures into Panoramic image Pin
telstar27-Feb-04 8:00
telstar27-Feb-04 8:00 
GeneralProb on Tasktray icons. Pin
Prakash Nadar26-Feb-04 23:13
Prakash Nadar26-Feb-04 23:13 
GeneralRe: Prob on Tasktray icons. Pin
Shog927-Feb-04 5:35
sitebuilderShog927-Feb-04 5:35 
GeneralRe: Prob on Tasktray icons. Pin
Prakash Nadar27-Feb-04 13:40
Prakash Nadar27-Feb-04 13:40 
GeneralRe: Prob on Tasktray icons. Pin
SiddharthAtw27-Feb-04 20:05
SiddharthAtw27-Feb-04 20:05 
GeneralRe: Prob on Tasktray icons. Pin
Prakash Nadar28-Feb-04 0:22
Prakash Nadar28-Feb-04 0:22 
Questionhow to apply fading(DSP) on waveaudio stream Pin
Member 95034326-Feb-04 23:08
Member 95034326-Feb-04 23:08 
GeneralFunction prototype Pin
hph26-Feb-04 23:02
hph26-Feb-04 23:02 
GeneralRe: Function prototype Pin
Prakash Nadar26-Feb-04 23:06
Prakash Nadar26-Feb-04 23:06 
GeneralRe: Function prototype Pin
hph26-Feb-04 23:10
hph26-Feb-04 23:10 
GeneralRe: Function prototype Pin
Prakash Nadar26-Feb-04 23:23
Prakash Nadar26-Feb-04 23:23 
Its a way to declare that the base class will not implement the function the derived class have to do it before they make object of the class.
plus pure virtual functions in the base class means you cant make an object of the baseclass.

There are lot of other concepts behind pure virtual functions, read some good book on it to be more clear.

pure virtual functions are the foundations of COM


I have lost more blood shaving than on the battlefield - Adolf Hitler
GeneralRe: Function prototype Pin
hph26-Feb-04 23:40
hph26-Feb-04 23:40 
GeneralRe: Function prototype Pin
Prakash Nadar27-Feb-04 0:17
Prakash Nadar27-Feb-04 0:17 
GeneralRe: Function prototype Pin
David Crow27-Feb-04 5:35
David Crow27-Feb-04 5:35 
GeneralRe: Function prototype Pin
Prakash Nadar27-Feb-04 13:37
Prakash Nadar27-Feb-04 13:37 
GeneralRe: Function prototype Pin
Kevin McFarlane27-Feb-04 1:23
Kevin McFarlane27-Feb-04 1:23 
GeneralRe: Function prototype Pin
Prakash Nadar27-Feb-04 4:15
Prakash Nadar27-Feb-04 4:15 

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.