2008-11-19から1日間の記事一覧

最近のはまりポイント

c++

vcで作ってからgccでコンパイルするときにはまった。 その1 関数の実引数が一時変数の時は、仮引数のreferenceはconstでないといけない #include <iostream> #include <string> void func(std::string &text) { std::cout << text << std::endl; } int main(int argc, char **</string></iostream>…