Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/04/2007, 04:28
robergarmar
 
Fecha de Ingreso: abril-2007
Mensajes: 4
Antigüedad: 17 años, 8 meses
Puntos: 0
ERROR AL COMPILAR en C++

Ya he quitado el include de iostrem.h pero me da ahora un error que no entiendo nada! muchas gracias por la Ayuda!! El error es el siguiente:

--------------------Configuration: translator - Win32 Debug--------------------
Compiling...
myparser.cpp
.\myparser.y(7639) : error C2440: '=' : cannot convert from 'struct _iobuf *' to 'class std::basic_istream<char,struct std::char_traits<char> > *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.

translator.exe - 1 error(s), 0 warning(s)