elbroandrew / c_and_cpp_learning

learn c & c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to run code with threads on Linux use this command:

g++ main.cpp -std=c++0x -lpthread -o demo

then run: ./demo

About

learn c & c++


Languages

Language:C++ 100.0%