Click here to Skip to main content
15,920,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hook woes Pin
Roger Allen2-Nov-04 22:46
Roger Allen2-Nov-04 22:46 
GeneralDiskQuota on remote machine Pin
std77021-Nov-04 1:24
std77021-Nov-04 1:24 
GeneralRe: DiskQuota on remote machine Pin
David Crow1-Nov-04 4:08
David Crow1-Nov-04 4:08 
GeneralRe: DiskQuota on remote machine Pin
std77021-Nov-04 5:01
std77021-Nov-04 5:01 
QuestionHow do I add chart using Visual C++ Pin
pubududilena1-Nov-04 0:52
pubududilena1-Nov-04 0:52 
AnswerRe: How do I add chart using Visual C++ Pin
Selvam R1-Nov-04 3:19
professionalSelvam R1-Nov-04 3:19 
GeneralUse Clipboard in MFC Application Pin
sweep1231-Nov-04 0:36
sweep1231-Nov-04 0:36 
GeneralSystem Path Pin
Dave_Sullivan3331-Oct-04 23:44
Dave_Sullivan3331-Oct-04 23:44 
GeneralRe: System Path Pin
Dominik Reichl1-Nov-04 4:32
Dominik Reichl1-Nov-04 4:32 
QuestionWho gets the Mutex? Pin
Malcolm Smart31-Oct-04 23:30
Malcolm Smart31-Oct-04 23:30 
AnswerRe: Who gets the Mutex? Pin
Mike Beckerleg1-Nov-04 1:17
Mike Beckerleg1-Nov-04 1:17 
AnswerRe: Who gets the Mutex? Pin
peterchen1-Nov-04 2:07
peterchen1-Nov-04 2:07 
GeneralSDK programing Pin
abu_peers31-Oct-04 21:56
abu_peers31-Oct-04 21:56 
GeneralRe: SDK programing Pin
Selvam R1-Nov-04 1:54
professionalSelvam R1-Nov-04 1:54 
GeneralRegistering a file type Pin
KRowe31-Oct-04 21:32
KRowe31-Oct-04 21:32 
GeneralRe: Registering a file type Pin
David Crow1-Nov-04 4:10
David Crow1-Nov-04 4:10 
GeneralRe: Registering a file type Pin
KRowe1-Nov-04 8:25
KRowe1-Nov-04 8:25 
GeneralRe: Registering a file type Pin
David Crow1-Nov-04 8:38
David Crow1-Nov-04 8:38 
GeneralRe: Registering a file type Pin
KRowe1-Nov-04 12:44
KRowe1-Nov-04 12:44 
GeneralRe: Registering a file type Pin
David Crow2-Nov-04 2:19
David Crow2-Nov-04 2:19 
GeneralRe: Registering a file type Pin
KRowe2-Nov-04 14:41
KRowe2-Nov-04 14:41 
I'm not exactly sure what you are trying to say. If you are trying to say that technically MFC is C++ then yes you are correct but the MFC library is I think about 1.5 megs that I really have no use for until this little problem. So by straight C++ I meant C++ without additional huge libraries (I know that my includes add some extra baggage but it is still far less than MFC and I'm trying to minimize them as well). I guess that does sound a little too much like the common term "straight C" that is used to differentiate C from C++ but that is not what I meant.

I would have to argue with you about weather MFC would have made it much easier to do what I am doing however. All my program does is read a file and output it to the screen with some additional formating that requires me to output a single character at a time. This make the CString class almost useless for this. Additionally, I have no controls and only 2 very simple dialogs in the app (plus a Common Dialog). I guess it's what you're used to but, aside from the CString class and couple other handy features, MFC seems to be more of a hastle than it is worth. I can't tell you how much time I have spent trying to get MFC to not do something or other. True, it is the way to go for medium to very large apps, but for the smaller stuff (like my little text viewer) I prefer not to use it.
GeneralRe: Registering a file type Pin
David Crow3-Nov-04 3:01
David Crow3-Nov-04 3:01 
QuestionHow to loop through window controls? Pin
Dragos1979200231-Oct-04 20:56
Dragos1979200231-Oct-04 20:56 
AnswerRe: How to loop through window controls? Pin
sps-itsec4631-Oct-04 21:42
sps-itsec4631-Oct-04 21:42 
GeneralRe: How to loop through window controls? Pin
Anonymous1-Nov-04 2:05
Anonymous1-Nov-04 2:05 

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.