Rhino302
01-07-2002, 01:18 AM
Trying to learn C++. THought I needed to know more other than Java and VB. Anyways, I must have installed it wrong or something. Went to the online configuator, downloaed the zip files it told me I needed for my OS and my needs.
The error I get is
In function `int main(int, char**)':
f:/djgpp/mystuff/Conversion2.cpp(7) Error: no match for `std::istream& > int&' operator
This is from a book I'm reading. I've tried typing the whole code out twice. If anyone has any idea, I'll provide the code if needbe. This seems to be happening when I use the "cin" command.
The error I get is
In function `int main(int, char**)':
f:/djgpp/mystuff/Conversion2.cpp(7) Error: no match for `std::istream& > int&' operator
This is from a book I'm reading. I've tried typing the whole code out twice. If anyone has any idea, I'll provide the code if needbe. This seems to be happening when I use the "cin" command.