Click here to Skip to main content
15,908,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To Ghazi Al Wadi Pin
ngocdq21-Jun-04 15:38
ngocdq21-Jun-04 15:38 
GeneralRe: Hi Wadi, my problem is: Pin
ngocdq21-Jun-04 15:42
ngocdq21-Jun-04 15:42 
GeneralRe: Hi Wadi, my problem is: Pin
Ghazi H. Wadi22-Jun-04 19:18
Ghazi H. Wadi22-Jun-04 19:18 
Generalreflection Pin
Jerome Conus20-Jun-04 20:24
Jerome Conus20-Jun-04 20:24 
GeneralRe: reflection Pin
Roger Wright20-Jun-04 21:02
professionalRoger Wright20-Jun-04 21:02 
GeneralRe: reflection Pin
wb21-Jun-04 1:05
wb21-Jun-04 1:05 
GeneralRe: reflection Pin
Prakash Nadar21-Jun-04 0:14
Prakash Nadar21-Jun-04 0:14 
GeneralRe: reflection Pin
Johnny ²21-Jun-04 1:14
Johnny ²21-Jun-04 1:14 
Yes, reflection is a technique that's been in Java for a long time. The Sun page for it can be found here[^]. Basically, it allows you to examine (reflect) a class at runtime and create objects and run functions that you don't know about at compile time. As the API states, you shouldn't use it where something else would be more appropriate, but it can be very useful.

C++ does have some reflection features already - you can use RTTI to examine a class, and there are various techniques for implementing the rest of reflection (policies, STL, etc).

So, it's not correct to say that C++ doesn't have reflection, but some parts of it you need to handle yourself.
GeneralRe: reflection Pin
Ryan Roberts21-Jun-04 1:29
Ryan Roberts21-Jun-04 1:29 
QuestionProgram exited with code 2 (0x02). What does it mean? Pin
uus9920-Jun-04 20:13
uus9920-Jun-04 20:13 
AnswerRe: Program exited with code 2 (0x02). What does it mean? Pin
Michael Dunn20-Jun-04 20:23
sitebuilderMichael Dunn20-Jun-04 20:23 
AnswerRe: Program exited with code 2 (0x02). What does it mean? Pin
Antony M Kancidrowski21-Jun-04 2:40
Antony M Kancidrowski21-Jun-04 2:40 
GeneralRe: Program exited with code 2 (0x02). What does it mean? Pin
uus9921-Jun-04 14:04
uus9921-Jun-04 14:04 
GeneralRe: Program exited with code 2 (0x02). What does it mean? Pin
Antony M Kancidrowski22-Jun-04 10:25
Antony M Kancidrowski22-Jun-04 10:25 
Generalinverting an image Pin
Naga the bug fixer20-Jun-04 19:39
Naga the bug fixer20-Jun-04 19:39 
GeneralRe: inverting an image Pin
ThatsAlok21-Jun-04 22:31
ThatsAlok21-Jun-04 22:31 
GeneralWindows Messages Pin
aamir121a20-Jun-04 18:36
aamir121a20-Jun-04 18:36 
GeneralRe: Windows Messages Pin
Michael Dunn20-Jun-04 20:12
sitebuilderMichael Dunn20-Jun-04 20:12 
GeneralProcessing rowsets Pin
Member 105289920-Jun-04 18:28
Member 105289920-Jun-04 18:28 
QuestionOutlook Express pluginable? rule-able? Pin
Vadim Tabakman20-Jun-04 18:03
Vadim Tabakman20-Jun-04 18:03 
QuestionWM_INITDIALOG not being processed first? Pin
Booya10020-Jun-04 17:57
Booya10020-Jun-04 17:57 
Generala problem Pin
Yulianto.20-Jun-04 16:54
Yulianto.20-Jun-04 16:54 
GeneralRe: a problem Pin
Michael Dunn20-Jun-04 20:15
sitebuilderMichael Dunn20-Jun-04 20:15 
GeneralDeterming if Dialog Window has Focus Pin
User 1278220-Jun-04 16:07
User 1278220-Jun-04 16:07 
GeneralRe: Determing if Dialog Window has Focus Pin
Ryan Binns20-Jun-04 18:15
Ryan Binns20-Jun-04 18:15 

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.