[C++ Error] no matching function for call to 'toupper(__gnu_cxx::__alloc_traits<std::allocator<std::basic_string<char> > >::value_type&)'
高洛峰
高洛峰 2017-04-17 11:30:12
0
2
1438

菜鸟一名,求助,百度了这段错误提示,可是没找到答案。请说简单一点,刚学c++没多久。谢谢

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

全部回覆(2)
左手右手慢动作

錯誤訊息很明顯,沒這個函數。

話說C++裡本來就沒有toupper(string)這麼個函數,C裡也沒有toupper(char *)這麼個函數。你只能一個字元一個字元的用toupper(char)。

左手右手慢动作

我這裡看到的錯誤是

toupper.cc: In function ‘int main()’:
toupper.cc:17: error: cannot convert ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ to ‘int’ for argument ‘1’ to ‘int toupper(int)’

http://www.cplusplus.com/reference/cctype/toupper/
從這篇文件看來,toupper應該是C函數,只不過它接受的是int,題主傳的是string,所以not match了。

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板