I am writing a program that is calculating windchill but I have two errors that I need help with because I am a just learning how to program.
Program1.cpp:22 : error: no match for ‘operator<<’ in ‘ (&std: :cin) ->std: :basic_istream< _CharT, _Traits>: :operator>> [with _CharT = char, _Traits = std: :char _traits<char>](((double&)(&dT emperature))) <<std: :endl’
Program1.cpp:24 : error: no match for ‘operator<<’ in ‘ (&std: :cin) ->std: :basic_istream< _CharT, _Traits>: :operator>> [with _CharT = char, _Traits = std: :char _traits<char>](((double&)(&dw indspeed))) <<std: :endl’
So if anyone could tell me what these mean.
Program1.cpp:22 : error: no match for ‘operator<<’ in ‘ (&std: :cin) ->std: :basic_istream< _CharT, _Traits>: :operator>> [with _CharT = char, _Traits = std: :char _traits<char>](((double&)(&dT emperature))) <<std: :endl’
Program1.cpp:24 : error: no match for ‘operator<<’ in ‘ (&std: :cin) ->std: :basic_istream< _CharT, _Traits>: :operator>> [with _CharT = char, _Traits = std: :char _traits<char>](((double&)(&dw indspeed))) <<std: :endl’
So if anyone could tell me what these mean.
Comment