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

C / C++ / MFC

 
GeneralRe: Linux Text Slowdown- HELP PLEASE Pin
CPallini10-Mar-09 9:50
mveCPallini10-Mar-09 9:50 
JokeRe: Linux Text Slowdown- HELP PLEASE Pin
Eytukan10-Mar-09 6:55
Eytukan10-Mar-09 6:55 
GeneralRe: Linux Text Slowdown- HELP PLEASE Pin
Joe Woodbury10-Mar-09 12:47
professionalJoe Woodbury10-Mar-09 12:47 
AnswerRe: Linux Text Slowdown- HELP PLEASE PinPopular
Adam Maras10-Mar-09 6:57
Adam Maras10-Mar-09 6:57 
GeneralRe: Linux Text Slowdown- HELP PLEASE Pin
posidonofthecode10-Mar-09 11:04
posidonofthecode10-Mar-09 11:04 
QuestionOverriding Base Class Members Pin
ForNow10-Mar-09 6:23
ForNow10-Mar-09 6:23 
AnswerRe: Overriding Base Class Members Pin
Eytukan10-Mar-09 6:29
Eytukan10-Mar-09 6:29 
AnswerRe: Overriding Base Class Members Pin
Stuart Dootson10-Mar-09 7:59
professionalStuart Dootson10-Mar-09 7:59 
ForNow wrote:
Is the only way to override members of a Base Class (and get to thier private members)


You can't get to a base class's private members from a derived class through overridden methods, whether they're virtual or not. A derived class can see public and protected members of its base class(es).

And you should also question why you're wanting to get at the base class's private members - either the base class is designed wrong or you're going the wrong way about things.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Overriding Base Class Members Pin
ForNow10-Mar-09 12:34
ForNow10-Mar-09 12:34 
GeneralRe: Overriding Base Class Members Pin
Stuart Dootson10-Mar-09 12:48
professionalStuart Dootson10-Mar-09 12:48 
GeneralRe: Overriding Base Class Members Pin
ForNow10-Mar-09 13:06
ForNow10-Mar-09 13:06 
GeneralRe: Overriding Base Class Members Pin
Stuart Dootson10-Mar-09 13:28
professionalStuart Dootson10-Mar-09 13:28 
AnswerRe: Overriding Base Class Members Pin
CPallini10-Mar-09 10:16
mveCPallini10-Mar-09 10:16 
QuestionApplication Type - DLL (Pt. 2) Pin
su_penguin10-Mar-09 5:58
su_penguin10-Mar-09 5:58 
AnswerRe: Application Type - DLL (Pt. 2) Pin
Stuart Dootson10-Mar-09 6:25
professionalStuart Dootson10-Mar-09 6:25 
GeneralRe: Application Type - DLL (Pt. 2) Pin
su_penguin10-Mar-09 6:33
su_penguin10-Mar-09 6:33 
QuestionWS_EX_CONTROLPARENT and freeze Pin
BadJerry10-Mar-09 5:34
BadJerry10-Mar-09 5:34 
AnswerRe: WS_EX_CONTROLPARENT and freeze Pin
BadJerry10-Mar-09 5:44
BadJerry10-Mar-09 5:44 
QuestionConfiguration properites of IIS. Pin
mmayur10-Mar-09 4:32
mmayur10-Mar-09 4:32 
AnswerRe: Configuration properites of IIS. Pin
led mike10-Mar-09 4:42
led mike10-Mar-09 4:42 
GeneralRe: Configuration properites of IIS. Pin
Iain Clarke, Warrior Programmer10-Mar-09 5:49
Iain Clarke, Warrior Programmer10-Mar-09 5:49 
GeneralRe: Configuration properites of IIS. Pin
led mike10-Mar-09 7:18
led mike10-Mar-09 7:18 
QuestionProblem with CString Pin
Abhijit Jana10-Mar-09 4:15
professionalAbhijit Jana10-Mar-09 4:15 
AnswerRe: Problem with CString Pin
David Crow10-Mar-09 4:20
David Crow10-Mar-09 4:20 
GeneralRe: Problem with CString Pin
Abhijit Jana10-Mar-09 5:55
professionalAbhijit Jana10-Mar-09 5:55 

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.