i m running turbo c++. but whenever i try compiling a programe, it gives me around 21 errors all saying "IOSTREAM: DECLARATION SYNTAX ERROR"
i have given the code write but it doesnt seem to work.
can anyone help me out?
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: c++ question
code:#include <iostream>
If you already have that, then make sure your headers aren't corrupt (the file will be iostream.h/iostream.hpp).
It'd also help if you put up one or three of the lines the error is pointing to.