Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: system() in MFC Pin
Stephen Hewitt21-Feb-13 14:55
Stephen Hewitt21-Feb-13 14:55 
GeneralRe: system() in MFC Pin
Garth J Lancaster21-Feb-13 15:03
professionalGarth J Lancaster21-Feb-13 15:03 
AnswerRe: system() in MFC Pin
Rajesh R Subramanian21-Feb-13 19:17
professionalRajesh R Subramanian21-Feb-13 19:17 
AnswerRe: system() in MFC Pin
Richard MacCutchan21-Feb-13 22:30
mveRichard MacCutchan21-Feb-13 22:30 
GeneralRe: system() in MFC Pin
Albert Holguin24-Feb-13 7:38
professionalAlbert Holguin24-Feb-13 7:38 
QuestionDoubt in c++ Pin
Jackkrishjk21-Feb-13 0:17
Jackkrishjk21-Feb-13 0:17 
AnswerRe: Doubt in c++ Pin
Richard MacCutchan21-Feb-13 1:26
mveRichard MacCutchan21-Feb-13 1:26 
AnswerRe: Doubt in c++ Pin
Alan Balkany21-Feb-13 4:33
Alan Balkany21-Feb-13 4:33 
They allow polymorphism, where derived classes can provide different behavior for the same function calls.

For example, a Shape class can have a virtual getArea () method.

Derived classes (like Circle, Square, etc...) will provide different implementations of getArea (), which use different formulas for the area calculation. Thus, you can call getArea () on a Shape object, regardless of which concrete derived class it represents, and you'll get the correct area.
GeneralRe: Doubt in c++ Pin
SajeeshCheviry21-Feb-13 5:31
SajeeshCheviry21-Feb-13 5:31 
AnswerRe: Doubt in c++ Pin
David Crow21-Feb-13 5:56
David Crow21-Feb-13 5:56 
AnswerRe: Doubt in c++ Pin
Maximilien21-Feb-13 8:28
Maximilien21-Feb-13 8:28 
QuestionTracing Exceptions Originated from Other Application Pin
Shubha Debnath21-Feb-13 0:05
Shubha Debnath21-Feb-13 0:05 
AnswerRe: Tracing Exceptions Originated from Other Application Pin
Alan Balkany21-Feb-13 4:35
Alan Balkany21-Feb-13 4:35 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Shubha Debnath22-Feb-13 0:29
Shubha Debnath22-Feb-13 0:29 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Alan Balkany22-Feb-13 4:01
Alan Balkany22-Feb-13 4:01 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Shubha Debnath22-Feb-13 20:32
Shubha Debnath22-Feb-13 20:32 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Richard MacCutchan22-Feb-13 23:03
mveRichard MacCutchan22-Feb-13 23:03 
QuestionCoCreateInstance fail for 64 bit Pin
john563220-Feb-13 21:46
john563220-Feb-13 21:46 
QuestionRe: CoCreateInstance fail for 64 bit Pin
Richard MacCutchan20-Feb-13 22:43
mveRichard MacCutchan20-Feb-13 22:43 
AnswerRe: CoCreateInstance fail for 64 bit Pin
john563220-Feb-13 23:32
john563220-Feb-13 23:32 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Richard MacCutchan20-Feb-13 23:58
mveRichard MacCutchan20-Feb-13 23:58 
GeneralRe: CoCreateInstance fail for 64 bit Pin
john563221-Feb-13 0:45
john563221-Feb-13 0:45 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Richard MacCutchan21-Feb-13 1:19
mveRichard MacCutchan21-Feb-13 1:19 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Jochen Arndt21-Feb-13 0:53
professionalJochen Arndt21-Feb-13 0:53 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Chris Losinger22-Feb-13 4:14
professionalChris Losinger22-Feb-13 4:14 

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.