Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need help!

Status
Not open for further replies.

Datzent83

Programmer
Apr 18, 2002
2
US
I need help with one error that i am getting. I made a program that displays words in alphabetical order, but when i compile it i get an error saying:
"error C2679: binary '>>' : no operator defined which takes a right-hand operand of type '' (or there is no acceptable conversion)"

Can anyone help me please.
 
It sounds like a small application, post your code or the block of code where the error is occuring.
 
You are using >> illegally either for a pre-defined type that is not defined in iostream or user-defined type without overloading >>.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top