Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: designer303 on May 30, 2011, 10:31:32 pm

Title: Simple New User Question (cin and cout functions in cpp)
Post by: designer303 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?
Title: Re: Simple New User Question (cin and cout functions in cpp)
Post by: oBFusCATed on May 30, 2011, 10:53:42 pm
Hm, what about the forum's rules? Have you read them?