Need sample project report/documentation.

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.
[244 byte] By [Aksh26] at [2007-11-18 0:34:16]
# 1 Re: Need sample project report/documentation.
What about the numerous samples on MSDN, her on dev-archive and on other forums/boards?
TheCPUWizard at 2007-11-10 3:38:56 >
# 2 Re: Need sample project report/documentation.
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.
Aksh26 at 2007-11-10 3:39:55 >
# 3 Re: Need sample project report/documentation.
There are many there. A quick search included Threading Model ( http://support.microsoft.com/default.aspx?scid=KB;en-us;150777&)
TheCPUWizard at 2007-11-10 3:40:54 >
# 4 Re: Need sample project report/documentation.
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
pareshgh at 2007-11-10 3:41:59 >