C ++ Structures:无法解析对重载函数的引用

时间:2016-02-15 04:24:50

标签: c++ function struct

我正在尝试编写一个返回struct的函数。我不断收到错误消息:

  

无法解决对重载函数的引用,您的意思是调用吗?

请帮忙。

enter image description here

2 个答案:

答案 0 :(得分:1)

$('#textbox')[0].addEventListener('input', function(event) { var value = $(event.target).val(); // we already have a reference to the element through the event object, // crawling the DOM again is expensive. if(value != '') textboxError(); }); 是个错误。 cin >> endl仅用于输出。

要在阅读后消费到最后一行,您可以使用:

endl

但是对于您的程序,没有必要这样做。 (您使用的每个cin.ignore(numeric_limits<streamsize>::max(), '\n'); 读者都已消耗前导空格。因此,对于此计划,您可以取出>>

答案 1 :(得分:-3)

对于'cin',没有重载运算符来获取'string'数据类型,但你可以调用getline(cin,employee.name)来定义getline