c++ question - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: c++ question (/showthread.php?tid=43172) c++ question by Rubber Stamp on 04-19-2005 at 12:23 PM
i m running turbo c++. but whenever i try compiling a programe, it gives me around 21 errors all saying "IOSTREAM: DECLARATION SYNTAX ERROR" RE: c++ question by RaceProUK on 04-19-2005 at 01:28 PM
code: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. |