Click here to Skip to main content
15,915,703 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: runas Pin
Graham Bradshaw24-Jul-08 2:46
Graham Bradshaw24-Jul-08 2:46 
GeneralRe: runas Pin
pooja_friends24-Jul-08 3:21
pooja_friends24-Jul-08 3:21 
GeneralRe: runas Pin
Graham Bradshaw24-Jul-08 3:32
Graham Bradshaw24-Jul-08 3:32 
QuestionPrinting Problem for USB Pin
S_Murali23-Jul-08 20:42
S_Murali23-Jul-08 20:42 
AnswerRe: Printing Problem for USB Pin
CPallini23-Jul-08 23:15
mveCPallini23-Jul-08 23:15 
Questionhow to compile projects ? Pin
staticv23-Jul-08 20:41
staticv23-Jul-08 20:41 
AnswerRe: how to compile projects ? Pin
Cedric Moonen23-Jul-08 20:59
Cedric Moonen23-Jul-08 20:59 
GeneralRe: how to compile projects ? [modified] Pin
staticv23-Jul-08 23:25
staticv23-Jul-08 23:25 
GeneralRe: how to compile projects ? Pin
staticv24-Jul-08 5:50
staticv24-Jul-08 5:50 
GeneralRe: how to compile projects ? Pin
Mark Salsbery24-Jul-08 6:08
Mark Salsbery24-Jul-08 6:08 
GeneralRe: how to compile projects ? Pin
staticv24-Jul-08 6:09
staticv24-Jul-08 6:09 
GeneralRe: how to compile projects ? Pin
Mark Salsbery24-Jul-08 6:14
Mark Salsbery24-Jul-08 6:14 
GeneralRe: how to compile projects ? Pin
Cedric Moonen24-Jul-08 7:37
Cedric Moonen24-Jul-08 7:37 
QuestionInstant Thread End Pin
john563223-Jul-08 20:02
john563223-Jul-08 20:02 
AnswerRe: Instant Thread End Pin
sudhir_Kumar23-Jul-08 20:14
sudhir_Kumar23-Jul-08 20:14 
GeneralRe: Instant Thread End Pin
john563223-Jul-08 20:19
john563223-Jul-08 20:19 
GeneralRe: Instant Thread End Pin
ThatsAlok23-Jul-08 20:42
ThatsAlok23-Jul-08 20:42 
AnswerRe: Instant Thread End Pin
sudhir_Kumar23-Jul-08 20:46
sudhir_Kumar23-Jul-08 20:46 
GeneralRe: Instant Thread End Pin
ThatsAlok24-Jul-08 0:26
ThatsAlok24-Jul-08 0:26 
QuestionFundamental question in C++ Pin
Yajnesh Narayan Behera23-Jul-08 19:19
Yajnesh Narayan Behera23-Jul-08 19:19 
AnswerRe: Fundamental question in C++ Pin
rp_suman23-Jul-08 19:29
rp_suman23-Jul-08 19:29 
GeneralRe: Fundamental question in C++ Pin
Yajnesh Narayan Behera23-Jul-08 19:49
Yajnesh Narayan Behera23-Jul-08 19:49 
GeneralRe: Fundamental question in C++ Pin
ThatsAlok23-Jul-08 20:37
ThatsAlok23-Jul-08 20:37 
Yajnesh Narayan Behera wrote:
In this case the method is private in the derived class, so if we can call this private method from another class then what is the meaning of encapsulation in C++?


buddy that calling the method which is declared public in base class, though it pointing to the address of private method of derived class.

static Binding and encapsulation are eligible till compile time, where compiler check daat integrity and language rule.. runtime check is not applicable in c++. thats why you could even call private member at runtime with twist!

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You/xml>

QuestionHow can i run an exe application in Diagol Based Application ?? Pin
Shyam Kodase23-Jul-08 19:03
Shyam Kodase23-Jul-08 19:03 
AnswerRe: How can i run an exe application in Diagol Based Application ?? Pin
Cedric Moonen23-Jul-08 20:21
Cedric Moonen23-Jul-08 20:21 

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.