Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Correct usage of reinterpret_cast and static_cast Pin
Stephen Hewitt13-May-07 16:46
Stephen Hewitt13-May-07 16:46 
AnswerRe: Correct usage of reinterpret_cast and static_cast Pin
Stephen Hewitt13-May-07 15:04
Stephen Hewitt13-May-07 15:04 
QuestionVS build/run problem. [modified] Pin
CodeGoose12-May-07 9:01
CodeGoose12-May-07 9:01 
AnswerRe: VS build/run problem. Pin
Hans Dietrich12-May-07 10:55
mentorHans Dietrich12-May-07 10:55 
GeneralRe: VS build/run problem. Pin
CodeGoose12-May-07 13:31
CodeGoose12-May-07 13:31 
AnswerRe: VS build/run problem. Pin
prasad_som12-May-07 19:33
prasad_som12-May-07 19:33 
AnswerRe: VS build/run problem. Pin
Gary R. Wheeler13-May-07 2:37
Gary R. Wheeler13-May-07 2:37 
Questionsimple question Pin
Dj_Lordas12-May-07 8:26
Dj_Lordas12-May-07 8:26 
Hello,

sorry for my bad english, is polymorphic function called overloaded? are these terms the same?

and let's say we have code like this:
class A{
int a;
};

class B:public A{
int b;
};

class C:public B{
int c;
};

i am beginner in c++. i want to write an example of polymorphic function in this classes inherit case. Could you advice how should it look like? what is the main point of polymorphic function in classes inherit?


-- modified at 14:32 Saturday 12th May, 2007

Dj_Lord

AnswerRe: simple question Pin
biswajit nayak12-May-07 8:50
biswajit nayak12-May-07 8:50 
AnswerRe: simple question Pin
John R. Shaw12-May-07 11:27
John R. Shaw12-May-07 11:27 
Questionrelated to vc++ and xml Pin
biswajit nayak12-May-07 8:13
biswajit nayak12-May-07 8:13 
AnswerRe: related to vc++ and xml Pin
CPallini12-May-07 8:21
mveCPallini12-May-07 8:21 
AnswerRe: related to vc++ and xml Pin
Hamid_RT12-May-07 8:26
Hamid_RT12-May-07 8:26 
Questionvc++ related question Pin
biswajit nayak12-May-07 7:46
biswajit nayak12-May-07 7:46 
AnswerRe: vc++ related question Pin
CPallini12-May-07 8:10
mveCPallini12-May-07 8:10 
Questionvc++ related question Pin
biswajit nayak12-May-07 7:34
biswajit nayak12-May-07 7:34 
Questionvc++ related question Pin
biswajit nayak12-May-07 7:10
biswajit nayak12-May-07 7:10 
AnswerRe: vc++ related question Pin
Rick York12-May-07 7:20
mveRick York12-May-07 7:20 
GeneralRe: vc++ related question Pin
biswajit nayak12-May-07 7:24
biswajit nayak12-May-07 7:24 
GeneralRe: vc++ related question Pin
Rick York12-May-07 7:26
mveRick York12-May-07 7:26 
GeneralRe: vc++ related question Pin
Jörgen Sigvardsson12-May-07 7:33
Jörgen Sigvardsson12-May-07 7:33 
GeneralRe: vc++ related question Pin
Mark Salsbery12-May-07 7:52
Mark Salsbery12-May-07 7:52 
GeneralRe: vc++ related question Pin
Jörgen Sigvardsson12-May-07 8:34
Jörgen Sigvardsson12-May-07 8:34 
GeneralRe: vc++ related question Pin
Mark Salsbery12-May-07 8:46
Mark Salsbery12-May-07 8:46 
GeneralRe: vc++ related question Pin
Hamid_RT12-May-07 7:34
Hamid_RT12-May-07 7:34 

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.