...ing logging 4.0

はてなブログに移行しました。D言語の話とかいろいろ。

2007-08-13から1日間の記事一覧

Windowsのコマンドプロンプト

dir ^ More? /s ^ More? /b ^ More? /nおわああああ. しらなんだあああああああああ. なんてこったい. バックスラッシュを行末に書いて表現上一行に繋がっていることにする努力は(既に)無に帰し(てい)た.

boost::algorithm::find

C++

#include <iostream> #include <boost/algorithm.hpp> using namespace std; struct SimpleFinder { // ??? }; void main() { string s("This is a pen."); cout << boost::algorithm::find(s, SimpleFinder()) << endl; // 両端を除いた"his is a pen"と出力 } あー,Finder Concept に則っ</boost/algorithm.hpp></iostream>…