Search:

Type: Posts; User: Shiro

Search: Search took 0.04 seconds.

  1. Thread: Threaded program

    by Shiro
    Replies
    7
    Views
    2,461

    In that case your correct. DOS is a single...

    In that case your correct. DOS is a single processor OS. When doing true multithreading (is it the right name?) you'll need a distributed OS.
  2. Thread: Threaded program

    by Shiro
    Replies
    7
    Views
    2,461

    If I remember well, the 80386 could do...

    If I remember well, the 80386 could do multitasking, so higher processors also can do that. So if you have a computer with at least a 80386, or a processor with compatible specifications, you can do...
  3. Thread: Threaded program

    by Shiro
    Replies
    7
    Views
    2,461

    Years ago I've done something like that at...

    Years ago I've done something like that at university with Borland C++ 3.1, so: yes it is possible.

    I assume you're using DOS, in that case it is possible to create processes and do a kind of...
Results 1 to 3 of 3