文法:
#include <cctype> int isupper( int 文字 );
isupper()関数は、引数の文字が大文字の場合にゼロ以外の数値を、それ以外の場合にゼロを返します。
関連トピック: islower, tolower