Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@Ash • Mar 16, 2008
Can you please tell us the error message, rajeshwar? -
@prasad-aSUfhP • Mar 16, 2008
Have you included the libraries and the header files? -
@friendster7-oVJr9h • Mar 17, 2008
check the directories..have the library functions included..it may solve ur problem..
the directories of library function may be in different directory. do check it.. -
@rajeshwar-NZofoz • Mar 18, 2008
The error message is:
"Fatal:\include\iostream: Must use c++ for the type iostream" while compiling the programme -
@prasad-aSUfhP • Mar 18, 2008
Are you trying to compile a .C file (Note: not a .CPP file) which does not have any C++ specific code per se? Or have you just included the iostream.h file in a C code?
Either will not work. -
@friendster7-oVJr9h • Mar 20, 2008
can we get the code of the program..do add it here..we might be able to help u..