Click here to Skip to main content
16,014,650 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: What's Wrong With This Check? Pin
Dave Kreskowiak27-Dec-06 5:33
mveDave Kreskowiak27-Dec-06 5:33 
GeneralRe: What's Wrong With This Check? Pin
Dan Neely27-Dec-06 6:36
Dan Neely27-Dec-06 6:36 
GeneralRe: What's Wrong With This Check? Pin
Dave Kreskowiak27-Dec-06 12:56
mveDave Kreskowiak27-Dec-06 12:56 
QuestionWhen should I choose Windows application or Console application? Pin
ComCoderCsharp17-Dec-06 7:30
ComCoderCsharp17-Dec-06 7:30 
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 
I think you are trying to determine the diference between a Win32 application and a console application, right? There is a third option, which is an MFC application.

If you justo compute data then console is grat and MFC too. Simple Win32 applications start without any interface, so it will be dificult to interact with the users, even for a simple printf!

So, I would advise you to use console or MFC. Console is simpler and standard, MFC is easier if your input is composed of many parts with numbers, buttons, checkboxes, etc.

If you know nothing about MFC then your only real option is console.

I hope this helps,
Rilhas

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 
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 

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.