C++ Builder Tips


数字かどうか判断をする


数字かどうかを判断するにはisdigit関数を使います。

int isdigit(int i);


目次に戻る
Copyright(c) 2008 WoodenSoldier Software