Click here to Skip to main content
15,887,421 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: win32 console app and threading issues Pin
John R. Shaw7-Dec-04 18:49
John R. Shaw7-Dec-04 18:49 
GeneralUsing FindFirstFile Pin
Moochie57-Dec-04 15:31
Moochie57-Dec-04 15:31 
GeneralRe: Using FindFirstFile Pin
*Dreamz7-Dec-04 18:43
*Dreamz7-Dec-04 18:43 
GeneralRe: Using FindFirstFile Pin
fogmen7-Dec-04 19:20
fogmen7-Dec-04 19:20 
Generalquestion about event handles Pin
pwinant7-Dec-04 15:02
pwinant7-Dec-04 15:02 
QuestionWhat language should I use? Pin
ajax19717-Dec-04 14:41
ajax19717-Dec-04 14:41 
AnswerRe: What language should I use? Pin
ThatsAlok7-Dec-04 17:16
ThatsAlok7-Dec-04 17:16 
AnswerRe: What language should I use? Pin
John R. Shaw7-Dec-04 20:01
John R. Shaw7-Dec-04 20:01 
ajax1971 wrote:
I want this product to look like a professional Windows app.

Making it look like a progessional app, has nothing to do with what eviroment you develop your code in. The looks are on for show and user interaction, which is what makes them happy, it has nothing to do with what the program can do.

The .NET frame work and compiler, gives you more flexibility (both in the front end and back end). I do not use it, but I want the chance of portability in the future (non-windows/microsoft). For what you want, I do not think it matters (unless some possible customers are running non-Windows sytems).

Regardless of which you choose, it is a good Idea to checkout the libraries provided by 3rd parties (for interface design).

In my career, I have loved the details of how to make things work, in the backgroud. The problem with that, it (almost) does not matter. What matters is what the customers sees (if you don't bleed, you're not hurt). So, write your code that can do everything they want (SDE/IDE does not matter), all that matters is what they see (and if it works).

---------------------------------------------------------------------------
Sorry, that's a habit I need to break!
---------------------------------------------------------------------------

Look, you have the knowledge. If you can write the functions/routines to do what is require, then do so. Do not worry about the front end (pretend-it almost does not exist). Once you know that all your code will produce accurate results (which the front end can get), then write the front-end or hire some-body who can.

Note: What is appears to be important is offten not.

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
AnswerRe: What language should I use? Pin
Henry miller8-Dec-04 4:39
Henry miller8-Dec-04 4:39 
GeneralVery high processor usage when trying to make program flicker free Pin
Jinegelen7-Dec-04 14:04
Jinegelen7-Dec-04 14:04 
GeneralI forgot something Pin
Jinegelen7-Dec-04 14:20
Jinegelen7-Dec-04 14:20 
GeneralRe: Very high processor usage when trying to make program flicker free Pin
Ryan Binns7-Dec-04 17:58
Ryan Binns7-Dec-04 17:58 
GeneralRe: Very high processor usage when trying to make program flicker free Pin
Jinegelen8-Dec-04 1:03
Jinegelen8-Dec-04 1:03 
GeneralVisual C++ 7 Setting Debug exe Pin
Phil10267-Dec-04 13:08
Phil10267-Dec-04 13:08 
GeneralActivating a minimized window Pin
Vancouver7-Dec-04 12:10
Vancouver7-Dec-04 12:10 
QuestionMultiple DataType in List? Pin
bitpusher7-Dec-04 11:19
bitpusher7-Dec-04 11:19 
Generalconverting MFC App to dll Pin
vinayakdl7-Dec-04 10:47
vinayakdl7-Dec-04 10:47 
Generalmonitoring window usage Pin
BlackDice7-Dec-04 10:21
BlackDice7-Dec-04 10:21 
GeneralRe: monitoring window usage Pin
David Crow8-Dec-04 3:09
David Crow8-Dec-04 3:09 
GeneralRe: monitoring window usage Pin
BlackDice10-Dec-04 4:09
BlackDice10-Dec-04 4:09 
QuestionHow/Where to Change MFC Default Menu? Pin
bitpusher7-Dec-04 8:35
bitpusher7-Dec-04 8:35 
AnswerRe: How/Where to Change MFC Default Menu? Pin
Neville Franks7-Dec-04 9:11
Neville Franks7-Dec-04 9:11 
GeneralUsing VisStudio 2003 to make a COM in C++ Pin
caronwill7-Dec-04 7:01
caronwill7-Dec-04 7:01 
GeneralNeed AfxFindResourceHandle method on Win32 API Pin
Eugene Pustovoyt7-Dec-04 6:55
Eugene Pustovoyt7-Dec-04 6:55 
GeneralRe: Need AfxFindResourceHandle method on Win32 API Pin
David Crow7-Dec-04 7:36
David Crow7-Dec-04 7: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.