Description: Multithreaded program, find the prime numbers. When users run the program on the command line enter a prime number, then the program creates a separate new thread to output less than or equal the number entered by the user of all prime.
To Search:
File list (Check if you may need any files):
实验五\multithread1.c
......\multithread2.cpp
......\multithread2.exe
......\multithread2.o
......\参考资料\CreateThread.txt
......\........\linux多线程的总结(pthread用法).txt
......\源CPP\primetest.cpp
......\.....\primetest.exe
......\.....\primetest.o
......\参考资料
......\源CPP
实验五