目前分類:C and C++ (177)

瀏覽方式: 標題列表 簡短摘要
  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:一曰慈,二曰儉,三曰不敢為天下先
  • 請輸入密碼:
  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:應無所住而生其心
  • 請輸入密碼:
  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:金城武球衣號碼
  • 請輸入密碼:
  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:色不異空,空不異色
  • 請輸入密碼:

testclass.hpp

 

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

http://louisdx.github.io/cxx-prettyprint/

 

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

send.cpp

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

static datafeed  *conf;
#define STATE_FILE "/datafeed.shared"

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

#include <iostream>
#include <vector>

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

extern "C" {
    #include "unpthread.h"

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

http://www.codeproject.com/Articles/288827/g-log-An-efficient-asynchronous-logger-using-Cplus

 

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

http://definedbehavior.blogspot.tw/2011/08/value-semantics-copy-elision.html

 

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

http://www.vexorian.com/2011/05/stdpair-is-good.html

 

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

    vector<int> v{1,2,3,4,5,6,7,8,9} ;
    int n = 3 ;

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

1. http://kukuruku.co/hub/cpp/lock-free-data-structures-yet-another-treatise download

2.  ./build.sh -b 64 --with-boost  /home/informix/tools/boost_1_59_0

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

download boost 1.59

./bootstrap.sh

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

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

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

//char *buf  的內容會被改變 !!!!!!!!!!!

void testf1(char* buf,char* ptr[])

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

http://kukuruku.co/hub/algorithms/bead-sort

 

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

#include <immintrin.h>

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