Dayof / concurrent-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrent Programming

Programs made during Concurrent Programing 101 at University of Brasilia.

Compile and Run

$ g++ -pthread -std=c++11 exercise.cpp -o exercise
$ ./exercise

About

License:MIT License


Languages

Language:C++ 91.5%Language:C 8.5%