Where is the error?

Hi,

Im a total beginner in c++, I tried to convert 20 fahrenheit to celsius in a console, but i always get a error massage:

http://img5.fotos-hochladen.net/uploads/question13ivw7oufpy.png

I use Microsoft Visual C++ 2010 Express.
Try using cout << instead of cout >> The >> symbol is for entering data, while << is for outputting it.
Last edited on
Your input operators << are facing the wrong way after cout
omg, thanks for the fast help, Im so stupid xD

now its working ^^

I have one more question, when I change something and klick on debug, than it need several attemps to take the changes.

Can I avoid this?
Last edited on
Not sure. I only try using debug if I have a big problem, otherwise I use 'Start without debugging'
Topic archived. No new replies allowed.