[[
toupper
]]
C++ Reference
You are here:
C++ Reference
»
C++ リファレンス(日本語版)
»
C++ Strings
»
標準 C 文字列&文字
»
toupper
Translations of this page
?
:
en
br-pt
cn
cz
de
es
fr
it
jp
lv
nl
pl
ro
ru
sk
tr
tw
toupper
文法:
#include <ctype>
int
toupper
(
int
文字
)
;
toupper()関数は、指定された
文字
の大文字を返します。
関連トピック:
tolower
Edit this page
Old revisions
Login
Sitemap
Recent changes
RSS
cc