2008-10-23 関数ポインタと関数ポインタ配列 CPP よくわすれるのでメモ void (*func)(char*) = func00; void (*func_table[TABLE_MAX])(char*) = { func00, func01, func02, }; 参考 http://www.nurs.or.jp/~sug/soft/tora/tora13.htm