<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
&gt; I don't know of any such tools. In C, you'd basically have to split up <BR>&gt; the file into no_of_functions files, each one with declarations of the <BR>&gt; other functions and the definition of one of these functions.<BR>&gt; <BR>&gt; Each file can then be distributed to another host and compiled <BR>&gt; individually on all clients.<BR>&gt; <BR>&gt; But I guess CPP is a completely different matter... I'm not sure about <BR>&gt; this, but can classes be even scattered though different files?<BR><BR>
No. I don't think such a tool could&nbsp;operate by simply breaking up<BR>
the source code and passing it to different machines to be compiled.<BR>
Some amount of parsing would have to be done to get the code into<BR>
a state where it can cleanly be broken into chunks, and then each<BR>
chunk passed to a different machine for further processing (optimization etc.)<BR>
&nbsp;<BR>
I was hoping something like this existed, but I guess not...<BR>
&nbsp;<BR>
Regards,<BR>
Nate.<BR>                                               </body>
</html>