Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Registering a file type Pin
David Crow3-Nov-04 3:01
David Crow3-Nov-04 3:01 
KRowe wrote:
I'm not exactly sure what you are trying to say.

It's a common misconception that C++ knows about things such as input/output, files, Windows, etc. I was simply clarifying that without extra packages such as STL, WTL, ATL, or MFC, what you are after is not possible.

KRowe wrote:
(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).

Unless the code will be running on a cell phone or an older PDA, trying to optimize for size is not a worthy exercise. Thinking about "how big" the code is almost always leads to a lot of effort that produces no payback whatsoever. What matters is how big the data is. This goes back to the days when programmers were taught that "smaller is better."

KRowe wrote:
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.

With what you've described so far, I'm seeing a dozen lines of code, maybe two.

KRowe wrote:
This make the CString class almost useless for this.

I've never known CString to be useless for much of anything. Do you have an example?

KRowe wrote:
Additionally, I have no controls and only 2 very simple dialogs in the app

How can you have a dialog without any controls?


"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow


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 
GeneralRe: How to loop through window controls? Pin
David Crow1-Nov-04 4:15
David Crow1-Nov-04 4:15 
GeneralRe: How to loop through window controls? Pin
sps-itsec461-Nov-04 4:26
sps-itsec461-Nov-04 4:26 
GeneralRe: How to loop through window controls? Pin
ThatsAlok3-Nov-04 18:50
ThatsAlok3-Nov-04 18:50 
General_asm in member fucntion of a class Pin
Manohar B. Srikanth31-Oct-04 20:23
Manohar B. Srikanth31-Oct-04 20:23 
GeneralRe: _asm in member fucntion of a class Pin
David Crow1-Nov-04 4:23
David Crow1-Nov-04 4:23 
GeneralAutoRestart & Recovery Pin
Ajoy31-Oct-04 20:14
Ajoy31-Oct-04 20:14 
QuestionHow to disable all other applications in the Screen When opening the MFC Dialog Box.. Pin
pubududilena31-Oct-04 20:14
pubududilena31-Oct-04 20:14 
AnswerRe: How to disable all other applications in the Screen When opening the MFC Dialog Box.. Pin
Sujan Christo31-Oct-04 22:06
Sujan Christo31-Oct-04 22:06 
AnswerRe: How to disable all other applications in the Screen When opening the MFC Dialog Box.. Pin
David Crow1-Nov-04 4:24
David Crow1-Nov-04 4:24 
GeneralPlatform SDK Pin
cberam31-Oct-04 19:42
cberam31-Oct-04 19:42 
GeneralRe: Platform SDK Pin
pubududilena31-Oct-04 20:04
pubududilena31-Oct-04 20:04 
GeneralRe: Platform SDK Pin
cberam31-Oct-04 23:05
cberam31-Oct-04 23:05 
GeneralRe: Platform SDK Pin
David Crow1-Nov-04 4:30
David Crow1-Nov-04 4:30 
GeneralRe: Platform SDK Pin
cberam1-Nov-04 17:05
cberam1-Nov-04 17: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.