よく忘れてはまる.pa は map <string,int> ma のイテレーターとする
printf("word = %s: freq = %d\n", (pa->first).c_str(), pa->second );
$ gcc -finput-charset=Shift_JIS hoge.c -o hoge.o
http://osdir.com/ml/gnu.mingw.user/2002/msg03869.html
"__declspec(dllimport)" and "extern __declspec(dllexport)" both imply a declaration, but that "__declspec(dllimport)" causes the linker to look for the __imp symbol in an import library, while "extern __declspec(dllexport)" declares a function that must be defined in the program's source (no __imp prefix).
設定されている環境変数を表示するには、printenvコマンドを