many_threads


The following program creates many threads, where each thread adds two random numbers together.

The source code and Makefile are available as a zip file.

The usage for the program is:


      ./many_threads NUM_THREADS
      
many_threads.c