vpoulailleau / horses-pthread

Pthread simple program: horses race

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

horses-pthread

Toy project to demonstrate multi-threading using POSIX threads.

Licence

BSD 3-clause, feel free to contribute. But keep the software as simple as possible.

Build

Once you have gcc and make installed:

make

Execute

Once built:

./horses FirstHorse SecondName ThirdNickname

Example of execution

./horses Metal Jazz Blues Rock Rap

May output:


         °º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°     HORSE RACE     °º¤ø,¸¸,ø¤º°`°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°


Metal              ################################################################################

Jazz               ###########################################################################

Blues              ####################################################################

Rock               #######################################################################

Rap                #####################################################################


About

Pthread simple program: horses race

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 80.4%Language:Makefile 19.6%