On 4/22/07, Victor A. Wagner Jr. <[EMAIL PROTECTED]> wrote:

> >I want to make to C programs execute simultaneously....
> >One instruction by one program and next by other.
> >I basically want to swap continuously bet the programs...
> >
> >I dont have any knowledge of concurrent programming in C.
>
> Neither C nor C++ currently address concurrent programming.  If/when
> they do, it's extremely unlikely they'll swap on an instruction by
> instruction basis and I can think of NO reason to want to so do.

Yes, this is really something handled at the OS level, using threading
or multi-processing.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to