Click here to Skip to main content
15,795,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VIDEO FOR WINDOWS - drawing TEXTOUT Pin
Jonathan Davies23-Mar-09 4:32
Jonathan Davies23-Mar-09 4:32 
GeneralRe: VIDEO FOR WINDOWS - drawing TEXTOUT Pin
pabloesso23-Mar-09 4:40
pabloesso23-Mar-09 4:40 
GeneralRe: VIDEO FOR WINDOWS - drawing TEXTOUT Pin
pabloesso24-Mar-09 2:23
pabloesso24-Mar-09 2:23 
GeneralRe: VIDEO FOR WINDOWS - drawing TEXTOUT Pin
pabloesso29-Mar-09 8:02
pabloesso29-Mar-09 8:02 
AnswerRe: VIDEO FOR WINDOWS - drawing TEXTOUT Pin
pabloesso29-Mar-09 8:16
pabloesso29-Mar-09 8:16 
QuestionDoubt in Run time polymerphisim Pin
Cool_Phillip23-Mar-09 1:04
Cool_Phillip23-Mar-09 1:04 
AnswerRe: Doubt in Run time polymerphisim Pin
«_Superman_»23-Mar-09 1:06
professional«_Superman_»23-Mar-09 1:06 
AnswerRe: Doubt in Run time polymerphisim Pin
CPallini23-Mar-09 1:11
mveCPallini23-Mar-09 1:11 
Nope.
The following code use polymorphism:
void main(void)
{
  Parent * p = new Child();
  p->V();
}


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Doubt in Run time polymerphisim Pin
Cool_Phillip23-Mar-09 2:08
Cool_Phillip23-Mar-09 2:08 
GeneralRe: Doubt in Run time polymerphisim Pin
CPallini23-Mar-09 2:17
mveCPallini23-Mar-09 2:17 
QuestionHyperlink for send mail with use of static control? Pin
Le@rner23-Mar-09 0:51
Le@rner23-Mar-09 0:51 
AnswerRe: Hyperlink for send mail with use of static control? Pin
«_Superman_»23-Mar-09 1:04
professional«_Superman_»23-Mar-09 1:04 
GeneralRe: Hyperlink for send mail with use of static control? [modified] Pin
Le@rner23-Mar-09 1:54
Le@rner23-Mar-09 1:54 
GeneralRe: Hyperlink for send mail with use of static control? Pin
«_Superman_»23-Mar-09 2:36
professional«_Superman_»23-Mar-09 2:36 
GeneralRe: Hyperlink for send mail with use of static control? Pin
Le@rner23-Mar-09 2:48
Le@rner23-Mar-09 2:48 
QuestionHow to clean contents of a file Pin
PankajB23-Mar-09 0:33
PankajB23-Mar-09 0:33 
AnswerRe: How to clean contents of a file Pin
_AnsHUMAN_ 23-Mar-09 0:37
_AnsHUMAN_ 23-Mar-09 0:37 
GeneralRe: How to clean contents of a file Pin
PankajB23-Mar-09 0:40
PankajB23-Mar-09 0:40 
GeneralRe: How to clean contents of a file Pin
Cedric Moonen23-Mar-09 0:44
Cedric Moonen23-Mar-09 0:44 
GeneralRe: How to clean contents of a file Pin
«_Superman_»23-Mar-09 0:44
professional«_Superman_»23-Mar-09 0:44 
GeneralRe: How to clean contents of a file Pin
PankajB23-Mar-09 0:49
PankajB23-Mar-09 0:49 
GeneralRe: How to clean contents of a file Pin
«_Superman_»23-Mar-09 1:02
professional«_Superman_»23-Mar-09 1:02 
AnswerRe: How to clean contents of a file Pin
Eytukan23-Mar-09 1:34
Eytukan23-Mar-09 1:34 
QuestionRe: How to clean contents of a file Pin
David Crow23-Mar-09 4:29
David Crow23-Mar-09 4:29 
QuestionCan we create a Toolbar without MenuBar? Pin
Abhijit D. Babar22-Mar-09 23:46
Abhijit D. Babar22-Mar-09 23:46 

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.