Click to See Complete Forum and Search --> : Need sample project report/documentation.


Aksh26
December 30th, 2002, 10:51 AM
Hi all,
Currently I'm working on a client-server project in C++.
I need a sample project report/documentation, so that any new programmer (wish to work on this project) can understand the architecture/design.

Thank You.

TheCPUWizard
December 30th, 2002, 10:56 AM
What about the numerous samples on MSDN, her on CodeGuru and on other forums/boards?

Aksh26
December 31st, 2002, 09:42 AM
Thanx TheCPUWizard.

What I'm not getting is how to explain "the thread model" on paper.
Sequence Diagram is one of the solution to explain the data flow. But still i'd like to know about something that will help to explain in terms of block diagram.

TheCPUWizard
December 31st, 2002, 09:54 AM
There are many there. A quick search included Threading Model (http://support.microsoft.com/default.aspx?scid=KB;en-us;150777&)

pareshgh
January 9th, 2003, 12:12 PM
for a basic threading models and start check out MS-VS++ HELP

Components and Threading (ms-help://MS.VSCC/MS.MSDNVS/cossdk/htm/pgservices_synchronization_1lgn.htm)

copy paste the above link to your VS.NET help.

Paresh