1 / 1 / 0
Регистрация: 30.12.2017
Сообщений: 101
|
||||||
1 | ||||||
No match for 'operator<' (operand types are 'std::__cxx11::string {aka std::__c31.12.2017, 21:59. Показов 15837. Ответов 4
Метки нет (Все метки)
Имеем следующий код:
При попытки запустить его у меня вылазит ошибка вот в этой строке: if(number < old); сама ошибка выглядит следующим образом: no match for 'operator<' (operand types are 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' and 'int')|. Буду рад вашей помощи!) С наступающим)
0
|
31.12.2017, 21:59 | |
Ответы с готовыми решениями:
4
Error: ambiguous overload for 'operator<<' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' ошибка error: cannot convert 'std::string {aka std::basic_string<char>}' to 'std::string* {aka std::basic_stri Странная ошибка: [Error] no match for call to '(std::string {aka std::basic_string<char>}) (int&)' Ошибка на "cout <<" no match for operator operand types are std::basic_ostream char |
Заблокирован
|
|
31.12.2017, 22:23 | 2 |
Сообщение было отмечено xKore_Nano_Man как решение
Решение
xKore_Nano_Man, наверно надо строку
при сравнении c 'int old' преобразовать в 'int'?
1
|
1 / 1 / 0
Регистрация: 30.12.2017
Сообщений: 101
|
|
31.12.2017, 22:33 [ТС] | 3 |
Спасибо большое, переменную number нужно преобразовать в int...!!!!
0
|
зомбяк
1584 / 1218 / 345
Регистрация: 14.05.2017
Сообщений: 3,940
|
|
31.12.2017, 22:56 | 4 |
0
|
1 / 1 / 0
Регистрация: 30.12.2017
Сообщений: 101
|
|
02.01.2018, 17:04 [ТС] | 5 |
Я знаю)
0
|
02.01.2018, 17:04 | |
02.01.2018, 17:04 | |
Помогаю со студенческими работами здесь
5
Error: no match for 'operator-' (operand types are 'Space' and 'int') ошибка в программе (cannot convert 'std::string {aka std::basic_string<char>}' to 'const char*') Ошибка в коде "no match for 'operator[]' (operand types are 'Student' and 'int')" No match for 'operator'(operand types are rapidjson:: ) Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |