Author Topic: Simple New User Question (cin and cout functions in cpp)  (Read 3659 times)

Offline designer303

  • Single posting newcomer
  • *
  • Posts: 4
Simple New User Question (cin and cout functions in cpp)
« on: May 30, 2011, 10:31:32 pm »
Hi,

This is the first time I'm using this program and new to c++ programming language as well.
I am trying to use cin >> and cout << commands, but it gives errors like "no match for 'operator>>'".
My current compiler is not complaining about other cpp syntax like "using namespace std;". I included all the necessary libraries and I've googled this problem but couldn't solve this issue.
Could you please tell me what should I do?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Simple New User Question (cin and cout functions in cpp)
« Reply #1 on: May 30, 2011, 10:53:42 pm »
Hm, what about the forum's rules? Have you read them?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]