Skip to content

This repository contains a c file that will sum upto given numbers divided into given number of threads.

Notifications You must be signed in to change notification settings

ROJAN99/Multithreading-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreading-in-C

Included Project description in PDF

Compilation Instruction

gcc rkc_thd.c -o rkc_thd.exe
./rkc_thd.exe <num_of_child> <num_of_grandchild> <textfile_to_Copy_your_printouts>

FOR EXAMPLE

./rkc_thd.exe 1000000 10 10 rkc_rslt.txt

About

This repository contains a c file that will sum upto given numbers divided into given number of threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages