Click here to Skip to main content
15,921,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Utility to fix #includes Pin
Aescleal7-Jun-10 3:48
Aescleal7-Jun-10 3:48 
GeneralRe: Utility to fix #includes Pin
Jim @ JCT7-Jun-10 4:30
Jim @ JCT7-Jun-10 4:30 
GeneralRe: Utility to fix #includes Pin
Aescleal7-Jun-10 4:34
Aescleal7-Jun-10 4:34 
GeneralRe: Utility to fix #includes Pin
Jim @ JCT7-Jun-10 4:50
Jim @ JCT7-Jun-10 4:50 
AnswerRe: Utility to fix #includes Pin
Stephen Hewitt7-Jun-10 17:10
Stephen Hewitt7-Jun-10 17:10 
QuestionWhy not C++ reflection? Pin
milestanley6-Jun-10 23:25
milestanley6-Jun-10 23:25 
AnswerRe: Why not C++ reflection? Pin
CPallini6-Jun-10 23:44
mveCPallini6-Jun-10 23:44 
AnswerRe: Why not C++ reflection? Pin
Aescleal7-Jun-10 2:04
Aescleal7-Jun-10 2:04 
Chapter 14 of "The Design and Implementation of C++" by Stroustrup has got a pretty good summary of why the type inspection abilities of the language are the way they are and why some of the things that are regarded as reflection aren't in the language. It's also got a fairly good C++ implementation of a dynamic object reader which shows you how you can get some reflection type abilities out of the language without too much work.

Cheers,

Ash
QuestionCustom ProgressBar Pin
AbhiHcl6-Jun-10 21:59
AbhiHcl6-Jun-10 21:59 
AnswerRe: Custom ProgressBar Pin
Niklas L6-Jun-10 22:50
Niklas L6-Jun-10 22:50 
GeneralRe: Custom ProgressBar Pin
AbhiHcl6-Jun-10 23:07
AbhiHcl6-Jun-10 23:07 
GeneralRe: Custom ProgressBar Pin
Niklas L6-Jun-10 23:31
Niklas L6-Jun-10 23:31 
GeneralRe: Custom ProgressBar Pin
AbhiHcl7-Jun-10 0:02
AbhiHcl7-Jun-10 0:02 
GeneralRe: Custom ProgressBar Pin
Niklas L7-Jun-10 1:14
Niklas L7-Jun-10 1:14 
GeneralRe: Custom ProgressBar Pin
AbhiHcl7-Jun-10 1:28
AbhiHcl7-Jun-10 1:28 
GeneralRe: Custom ProgressBar Pin
Niklas L7-Jun-10 1:44
Niklas L7-Jun-10 1:44 
QuestionRe: Custom ProgressBar Pin
David Crow7-Jun-10 4:12
David Crow7-Jun-10 4:12 
Questionfatal error C1900 Pin
T.RATHA KRISHNAN6-Jun-10 18:07
T.RATHA KRISHNAN6-Jun-10 18:07 
AnswerRe: fatal error C1900 Pin
Stephen Hewitt6-Jun-10 18:08
Stephen Hewitt6-Jun-10 18:08 
GeneralRe: fatal error C1900 Pin
T.RATHA KRISHNAN7-Jun-10 0:21
T.RATHA KRISHNAN7-Jun-10 0:21 
GeneralRe: fatal error C1900 Pin
Stephen Hewitt7-Jun-10 14:03
Stephen Hewitt7-Jun-10 14:03 
QuestionRe: fatal error C1900 Pin
David Crow7-Jun-10 4:14
David Crow7-Jun-10 4:14 
QuestionDoxygen is melting my face, need pointers Pin
Trevor Johansen6-Jun-10 8:24
Trevor Johansen6-Jun-10 8:24 
AnswerRe: Doxygen is melting my face, need pointers Pin
Aescleal6-Jun-10 8:29
Aescleal6-Jun-10 8:29 
GeneralRe: Doxygen is melting my face, need pointers Pin
Trevor Johansen6-Jun-10 8:46
Trevor Johansen6-Jun-10 8:46 

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.