#include <stdio.h>
#include <stdlib.h>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
#include <memory>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

//https://skydrive.live.com/view.aspx?resid=F1B8FF18A2AEC5C5!1176&cid=f1b8ff18a2aec5c5&app=WordPdf
#include <cstdio>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

//http://scrupulousabstractions.tumblr.com/post/37576903218/cpp11style-no-new-delete
/* stephantl_make_unique.h

hedgezzz 發表在 痞客邦 留言(0) 人氣()

//http://www.baptiste-wicht.com/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables/
//g++ -std=c++11 testboundered.cpp -o testboundered.exe

hedgezzz 發表在 痞客邦 留言(0) 人氣()

#include <thread>
#include <atomic>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

//http://www.novickscode.com/
#include <time.h>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

#include<pthread.h>
#include<sys/stat.h>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

#include<pthread.h>
#include<sys/stat.h>

hedgezzz 發表在 痞客邦 留言(0) 人氣()

//https://gist.github.com/yohhoy/2156481
//reference 1 :

hedgezzz 發表在 痞客邦 留言(0) 人氣()