I'm lost!
-
c:\program files\microsoft visual studio\vc98\include\iostream.h(50) : error C2144: syntax error : missing ';' before type 'long' c:\program files\microsoft visual studio\vc98\include\iostream.h(50) : error C2501: 'initialValue' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\iostream.h(50) : fatal error C1004: unexpected end of file found Error executing cl.exe. i don't know y it tells me that there is some error with iostream.h class\ can any one tell me how to fix this please! :confused: :confused:
-
c:\program files\microsoft visual studio\vc98\include\iostream.h(50) : error C2144: syntax error : missing ';' before type 'long' c:\program files\microsoft visual studio\vc98\include\iostream.h(50) : error C2501: 'initialValue' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\iostream.h(50) : fatal error C1004: unexpected end of file found Error executing cl.exe. i don't know y it tells me that there is some error with iostream.h class\ can any one tell me how to fix this please! :confused: :confused:
Most probably the problem has not to do with
iostream.h
file, but with the file#include
d before it! Try swapping#include
s to see what happens. PS: IMHO it's advisable to have#include
instead of#include
:iostream
(without the.h
) is the latest version of the iostream library according to the C++ standard. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
Most probably the problem has not to do with
iostream.h
file, but with the file#include
d before it! Try swapping#include
s to see what happens. PS: IMHO it's advisable to have#include
instead of#include
:iostream
(without the.h
) is the latest version of the iostream library according to the C++ standard. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
i tried but it is still not working every time i click the error it takes me to the iostream class file any ideas? thanks :(( :omg:
any ideas? Yes, post the code :) Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
any ideas? Yes, post the code :) Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
i got it fixed thanks a lot JOAQUIN you are the one man:)