Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: vc++ related question Pin
Mark Salsbery12-May-07 8:10
Mark Salsbery12-May-07 8:10 
GeneralRe: vc++ related question Pin
Rick York12-May-07 9:05
mveRick York12-May-07 9:05 
QuestionRe: vc++ related question Pin
Hamid_RT12-May-07 7:34
Hamid_RT12-May-07 7:34 
QuestionHow to set root directory in GetOpenFileName() dialog Pin
zhongwenjia12-May-07 6:17
zhongwenjia12-May-07 6:17 
AnswerRe: How to set root directory in GetOpenFileName() dialog Pin
Hamid_RT12-May-07 7:28
Hamid_RT12-May-07 7:28 
Generalit is not Pin
zhongwenjia12-May-07 15:24
zhongwenjia12-May-07 15:24 

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.