Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help me SMS sender application. Pin
Garth J Lancaster15-Feb-10 21:55
professionalGarth J Lancaster15-Feb-10 21:55 
GeneralRe: Help me SMS sender application. Pin
Le@rner16-Feb-10 0:43
Le@rner16-Feb-10 0:43 
GeneralRe: Help me SMS sender application. Pin
Garth J Lancaster16-Feb-10 9:46
professionalGarth J Lancaster16-Feb-10 9:46 
GeneralRe: Help me SMS sender application. Pin
Le@rner16-Feb-10 17:15
Le@rner16-Feb-10 17:15 
AnswerRe: Help me SMS sender application. Pin
armecos23-Feb-10 4:49
armecos23-Feb-10 4:49 
QuestionDependency Management (*.h and *.cpp) Doxygen [modified] Pin
Frygreen12-Feb-10 15:02
Frygreen12-Feb-10 15:02 
QuestionRe: Dependency Management (*.h and *.cpp) Experts Pin
Maximilien12-Feb-10 15:20
Maximilien12-Feb-10 15:20 
AnswerRe: Dependency Management (*.h and *.cpp) Experts Pin
Frygreen13-Feb-10 3:46
Frygreen13-Feb-10 3:46 
I also do not define what header goes into which h- oder cpp-file, but I define the dependencies of the components: In a tree-like component-hierarchy. This means, if a component uses the other, it has to include some of it's headers.

By parsing the include-structure (and also what the cpp-files are including - if possible) I can easily verify if the implementation fits to my defined architecture, because if nothing is included, it can also not depend on, because the compiler will not compile.

In this way I can easily control the quality of implementation independent of the size of a project, let it have 10 files or 10.000 files.

Basically I want to avoid cyclic dependencies which cause the "sudden death" for any non-trivial sw.

But now I'm experimenting with Doxygen and I do not really understand it.
AnswerRe: Dependency Management (*.h and *.cpp) Experts Pin
Frygreen13-Feb-10 4:21
Frygreen13-Feb-10 4:21 
GeneralRe: Dependency Management (*.h and *.cpp) Experts Pin
Saurabh.Garg13-Feb-10 5:11
Saurabh.Garg13-Feb-10 5:11 
Questiontime while computer works Pin
yozhik8912-Feb-10 11:32
yozhik8912-Feb-10 11:32 
AnswerRe: time while computer works Pin
«_Superman_»12-Feb-10 16:32
professional«_Superman_»12-Feb-10 16:32 
GeneralRe: time while computer works Pin
yozhik8913-Feb-10 0:12
yozhik8913-Feb-10 0:12 
Questionhow to access base class member function Pin
santhosh-padamatinti12-Feb-10 9:53
santhosh-padamatinti12-Feb-10 9:53 
AnswerRe: how to access base class member function Pin
CPallini12-Feb-10 11:17
mveCPallini12-Feb-10 11:17 
AnswerRe: how to access base class member function Pin
Abhi Lahare12-Feb-10 11:26
Abhi Lahare12-Feb-10 11:26 
GeneralRe: how to access base class member function Pin
santhosh-padamatinti12-Feb-10 19:49
santhosh-padamatinti12-Feb-10 19:49 
QuestionMigrate C++ application to web-based application Pin
transoft12-Feb-10 3:12
transoft12-Feb-10 3:12 
AnswerRe: Migrate C++ application to web-based application Pin
Emilio Garavaglia12-Feb-10 3:45
Emilio Garavaglia12-Feb-10 3:45 
AnswerRe: Migrate C++ application to web-based application Pin
Knut Beese12-Feb-10 5:57
Knut Beese12-Feb-10 5:57 
GeneralRe: Migrate C++ application to web-based application [modified] Pin
transoft12-Feb-10 8:13
transoft12-Feb-10 8:13 
GeneralRe: Migrate C++ application to web-based application Pin
Knut Beese14-Feb-10 22:12
Knut Beese14-Feb-10 22:12 
GeneralRe: Migrate C++ application to web-based application Pin
woiccppw26-Feb-10 3:23
woiccppw26-Feb-10 3:23 
GeneralRe: Migrate C++ application to web-based application Pin
transoft26-Feb-10 3:38
transoft26-Feb-10 3:38 
AnswerRe: Migrate C++ application to web-based application Pin
woiccppw26-Feb-10 4:48
woiccppw26-Feb-10 4:48 

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.