タグ

2011年4月14日のブックマーク (2件)

  • how to implemet POSIX select() based behaviour, within boost::asio

    I've already wasted two days reading documentation of boost::asio And I still don't know how I could implement blocking select() like function for several sockets using only one thread (using boost framework). Asynchronous functions of boost::asio return immediately, so there would be a need to put some wait function in main thread until one of the async_read's finishes. I suspect that this would

    how to implemet POSIX select() based behaviour, within boost::asio
    yysaki
    yysaki 2011/04/14
    boost::asioではioserviceがselectの抽象化
  • emacs C++ 開発環境 link集 - niitsumaの日記

    emacsでc++開発を行うための情報を集めました。まとめをここでしています 以下それぞれのリンク Emacs で C 言語プログラミングを始める人へのイントロダクション 初心者向けdocment 以下の2項目が役立つ タグジャンプ ここで説明しているtagファイルの作成方法 $ find . -name "*.[chCH]" -print | etags - はubuntu7.10では動かなかった 関数名の補完入力がM-tabでできる タグジャンプはここで説明してるetagより後述のgtagの方が便利 Benjamin Rutt's Emacs C development tips (English) complieをする窓の大きさを小さめにする方法 インデントを自分好みにする方法 etagの使い方。Emacs で C 言語プログラミングを始める人へのイントロダクション よりも詳しく解説

    emacs C++ 開発環境 link集 - niitsumaの日記
    yysaki
    yysaki 2011/04/14