//flex table opened by JP

Click to See Complete Forum and Search --> : Anyone use RHIDE for C++?


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.

Rhino302
01-07-2002, 03:10 AM
I got it fixed. The book shows all the "cin" statements preceding a single ">". I looked at the files on the cd that came with the book and it has the files preceding ">>".