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

C / C++ / MFC

 
AnswerRe: Parent class constructor Pin
«_Superman_»25-Mar-09 21:19
professional«_Superman_»25-Mar-09 21:19 
QuestionC++ Child class access Pin
chotti3500725-Mar-09 19:42
chotti3500725-Mar-09 19:42 
AnswerRe: C++ Child class access Pin
«_Superman_»25-Mar-09 19:49
professional«_Superman_»25-Mar-09 19:49 
GeneralRe: C++ Child class access Pin
chotti3500725-Mar-09 19:53
chotti3500725-Mar-09 19:53 
GeneralRe: C++ Child class access Pin
«_Superman_»25-Mar-09 19:54
professional«_Superman_»25-Mar-09 19:54 
GeneralRe: C++ Child class access Pin
chotti3500725-Mar-09 19:58
chotti3500725-Mar-09 19:58 
GeneralRe: C++ Child class access Pin
Cedric Moonen25-Mar-09 21:20
Cedric Moonen25-Mar-09 21:20 
GeneralRe: C++ Child class access Pin
«_Superman_»25-Mar-09 21:23
professional«_Superman_»25-Mar-09 21:23 
This is what I think his question is -
class Base
{
protected:
   int i;
};

class Child : public Base
{
};

void main()
{
   Child* ptr = new Child;
   ptr->i;
}


«_Superman
I love work. It gives me something to do between weekends.

Question[Message Deleted] Pin
Purish Dwivedi25-Mar-09 19:21
Purish Dwivedi25-Mar-09 19:21 
AnswerRe: Detecting installed language pack through installshield for MFC application Pin
Cedric Moonen25-Mar-09 21:18
Cedric Moonen25-Mar-09 21:18 
General[Message Deleted] Pin
Purish Dwivedi25-Mar-09 23:28
Purish Dwivedi25-Mar-09 23:28 
GeneralRe: Detecting installed language pack through installshield for MFC application Pin
Cedric Moonen25-Mar-09 23:33
Cedric Moonen25-Mar-09 23:33 
General[Message Deleted] Pin
Purish Dwivedi26-Mar-09 0:33
Purish Dwivedi26-Mar-09 0:33 
GeneralRe: Detecting installed language pack through installshield for MFC application Pin
Cedric Moonen26-Mar-09 0:36
Cedric Moonen26-Mar-09 0:36 
QuestionHow to write a capture video data to .avi or .wmv file Pin
tns_ranjith25-Mar-09 19:11
tns_ranjith25-Mar-09 19:11 
QuestionProblem with return value of private variable within class Pin
Michael Randolph25-Mar-09 18:04
Michael Randolph25-Mar-09 18:04 
AnswerRe: Problem with return value of private variable within class Pin
Md. Ali Naser Khan25-Mar-09 18:41
Md. Ali Naser Khan25-Mar-09 18:41 
GeneralRe: Problem with return value of private variable within class Pin
Michael Randolph25-Mar-09 18:57
Michael Randolph25-Mar-09 18:57 
GeneralRe: Problem with return value of private variable within class Pin
Md. Ali Naser Khan25-Mar-09 19:01
Md. Ali Naser Khan25-Mar-09 19:01 
GeneralRe: Problem with return value of private variable within class Pin
Michael Randolph25-Mar-09 20:40
Michael Randolph25-Mar-09 20:40 
GeneralRe: Problem with return value of private variable within class Pin
Cedric Moonen25-Mar-09 21:14
Cedric Moonen25-Mar-09 21:14 
GeneralRe: Problem with return value of private variable within class Pin
Niklas L26-Mar-09 1:25
Niklas L26-Mar-09 1:25 
AnswerRe: Problem with return value of private variable within class Pin
Stuart Dootson25-Mar-09 23:41
professionalStuart Dootson25-Mar-09 23:41 
GeneralRe: Problem with return value of private variable within class Pin
Michael Randolph26-Mar-09 19:14
Michael Randolph26-Mar-09 19:14 
GeneralRe: Problem with return value of private variable within class Pin
Stuart Dootson26-Mar-09 21:32
professionalStuart Dootson26-Mar-09 21:32 

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.