ICU+Boostはビルド完了。
なんとか使えるようになったので、簡単なソースコードをコンパイルしてみる。
#include <stdio.h>
#include <boost/format.hpp>
#include <iostream>
#include <string>
int main()
{
std::string s("this is a pen!");
std::cout << "hello,world" << boost::format("%s") % s << std::endl;
return 0;
}
動いた。
次は何をするかな。。
490円~のワンコイン仮想サーバー