Click here to Skip to main content
15,901,426 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: When should I choose Windows application or Console application? Pin
David Crow19-Dec-06 9:55
David Crow19-Dec-06 9:55 
GeneralRe: When should I choose Windows application or Console application? Pin
Roger Wright21-Dec-06 11:59
professionalRoger Wright21-Dec-06 11:59 
AnswerRe: When should I choose Windows application or Console application? Pin
PIEBALDconsult26-Dec-06 11:01
mvePIEBALDconsult26-Dec-06 11:01 
AnswerRe: When should I choose Windows application or Console application? Pin
Rilhas22-Jan-07 13:03
Rilhas22-Jan-07 13:03 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 6:11
professionalJeremy Falcon31-Jan-07 6:11 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 11:14
Rilhas31-Jan-07 11:14 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 11:52
professionalJeremy Falcon31-Jan-07 11:52 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 12:23
Rilhas31-Jan-07 12:23 
You are missing the point. MFC is easier. MFC cannot be started without an interface. Win32 can. You can start Win32 with an interface, but it is much more hard to start a text interface. Of course this is the point, if comparing with console applications. So, don't forget, we are talking apples. Keep this in mind, and when you think I'm stearing anyone the wrong way then don't start talking oranges. Try to compare CON/MFC/WIN32 and you will, inevitably, conclude that the first 2 are much easier than the latter to setup (with skeletons) and use (in text).

So, you focused on the fact that it is possible to create a Win32 with a graphical interface, and lost focus that that is not the interface required for this comparison. You can then take the conversation through that lane, but you will be missing the point. I didn't mention that particular aspect because I thought is would be ovious (text interface, not graphical interface). And, again, don't forget the other benefits I mentioned like input text boxes and buttons.

I'm not inexperienced, so I take no offense. You just missed the point, and so you didn't understand what I meant. Maybe a problem in my English since it is not my native language. If you try to create a Win32 project with a window (in VC6) a graphical interface is created. You go to the dialog editor and draw a little button, just like with MFC. Then you try to create a callback function (you will need to add a class and some more steps) and then you find out it doesn't compile. Typically CDialog is undefined. Typically MFC does not present these problems. So if you think Win32 is an alternative to MFC in dialog (and button and textbox) creation then you are, of course, missing the point, and taking the discussion back to oranges.

No, I'm not condusing anything, I'm sure you are. But please: try to do an equivalent to printf and scanf in Win32 with VC6 with... say... 10 extra lines? 10 extra short lines? With a button, maybe? Or a checkbox? Please do, and then we will see which of us is confused.

I know what I'm talking about. You are the one singing off-key here. And you are the one misleading people.
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 12:34
professionalJeremy Falcon31-Jan-07 12:34 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 12:56
Rilhas31-Jan-07 12:56 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 13:00
professionalJeremy Falcon31-Jan-07 13:00 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 13:12
Rilhas31-Jan-07 13:12 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 13:17
professionalJeremy Falcon31-Jan-07 13:17 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 13:31
Rilhas31-Jan-07 13:31 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 11:55
professionalJeremy Falcon31-Jan-07 11:55 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 12:29
Rilhas31-Jan-07 12:29 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 12:36
professionalJeremy Falcon31-Jan-07 12:36 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 12:46
Rilhas31-Jan-07 12:46 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 12:56
professionalJeremy Falcon31-Jan-07 12:56 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 13:05
Rilhas31-Jan-07 13:05 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 13:12
professionalJeremy Falcon31-Jan-07 13:12 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 13:23
Rilhas31-Jan-07 13:23 
GeneralRe: When should I choose Windows application or Console application? Pin
Jeremy Falcon31-Jan-07 13:30
professionalJeremy Falcon31-Jan-07 13:30 
GeneralRe: When should I choose Windows application or Console application? Pin
Rilhas31-Jan-07 13:32
Rilhas31-Jan-07 13:32 
GeneralRe: When should I choose Windows application or Console application? Pin
El Corazon31-Jan-07 16:36
El Corazon31-Jan-07 16:36 

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.