Click here to Skip to main content
15,916,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with two views Pin
Calc2019-Sep-05 23:40
Calc2019-Sep-05 23:40 
Questioncdecl or stdcall - foreign dll, no source, headers Pin
Garth J Lancaster19-Sep-05 22:46
professionalGarth J Lancaster19-Sep-05 22:46 
AnswerRe: cdecl or stdcall - foreign dll, no source, headers Pin
Tim Smith20-Sep-05 3:47
Tim Smith20-Sep-05 3:47 
GeneralRe: cdecl or stdcall - foreign dll, no source, headers Pin
Garth J Lancaster20-Sep-05 4:09
professionalGarth J Lancaster20-Sep-05 4:09 
QuestionGUI Architecture. Pin
karmendra_js19-Sep-05 22:41
karmendra_js19-Sep-05 22:41 
AnswerRe: GUI Architecture. Pin
Cedric Moonen19-Sep-05 22:54
Cedric Moonen19-Sep-05 22:54 
GeneralRe: GUI Architecture. Pin
karmendra_js20-Sep-05 0:30
karmendra_js20-Sep-05 0:30 
AnswerRe: GUI Architecture. Pin
Bob Stanneveld20-Sep-05 0:58
Bob Stanneveld20-Sep-05 0:58 
Hello,

From you other post, I understand that you want to create an application that communicates with an USB device, not? I also understand that you don't have any clue about how to design an architecture for your application.

May I suggest that you start reading about how to design software systems! There is no single plan that anyone can follow to achieve what people call a sound design.

In general, the following steps are taken:
<list>
  • Devide the system in logically independant groups (often called layers).
  • Devide the functionality in a layer in logically independant sub-groups (often called packages).
  • Devide the functionality in a package in components that are managable.
    You just should start with grouping functionality and keep that going until you got managable peaces that you can implement.

    Behind every great black man...
                ... is the police. - Conspiracy brother


    Blog[^]

  • QuestionCreating .hlp file for my MFCApp Pin
    anderslundsgard19-Sep-05 22:23
    anderslundsgard19-Sep-05 22:23 
    AnswerRe: Creating .hlp file for my MFCApp Pin
    *Dreamz20-Sep-05 0:00
    *Dreamz20-Sep-05 0:00 
    QuestionMewtocol header and terminator Pin
    Member 216100419-Sep-05 22:09
    Member 216100419-Sep-05 22:09 
    Questionrandom numbers Pin
    Raza568019-Sep-05 22:07
    Raza568019-Sep-05 22:07 
    AnswerRe: random numbers Pin
    kakan19-Sep-05 22:29
    professionalkakan19-Sep-05 22:29 
    AnswerRe: random numbers Pin
    Mohammad A Gdeisat19-Sep-05 23:24
    Mohammad A Gdeisat19-Sep-05 23:24 
    QuestionDisable toolbar in CPreviewView Pin
    YaronNir19-Sep-05 21:30
    YaronNir19-Sep-05 21:30 
    QuestionProgram security Pin
    mikobi19-Sep-05 20:30
    mikobi19-Sep-05 20:30 
    AnswerRe: Program security Pin
    kakan19-Sep-05 22:27
    professionalkakan19-Sep-05 22:27 
    GeneralRe: Program security Pin
    mikobi19-Sep-05 23:04
    mikobi19-Sep-05 23:04 
    GeneralRe: Program security Pin
    kakan19-Sep-05 23:50
    professionalkakan19-Sep-05 23:50 
    QuestionSir,can you help me Pin
    momer19-Sep-05 20:05
    momer19-Sep-05 20:05 
    AnswerRe: Sir,can you help me Pin
    Branislav19-Sep-05 22:50
    Branislav19-Sep-05 22:50 
    GeneralRe: Sir,can you help me Pin
    momer20-Sep-05 3:11
    momer20-Sep-05 3:11 
    GeneralRe: Sir,can you help me Pin
    Branislav20-Sep-05 4:19
    Branislav20-Sep-05 4:19 
    GeneralRe: Sir,can you help me Pin
    momer20-Sep-05 15:24
    momer20-Sep-05 15:24 
    QuestionAccessing Error-Checking of local hard drives in XP (in c++ code) Pin
    jai200219-Sep-05 19:59
    jai200219-Sep-05 19:59 

    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.