[[
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 <cctype>
int
toupper
(
int
ch
)
;
toupper()返回字符
ch
的大写格式。
相关主题:
tolower
Edit this page
Old revisions
Login
Sitemap
Recent changes
RSS
cc