c++ : error in iostring

rajeshwar

rajeshwar

@rajeshwar-NZofoz Oct 26, 2024
I have installed turbo c++ ide software in my system, but is giving error in

"iostring " while running programme, can anyone tell me how to get rid of this

error.

tks

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ashraf HZ

    Ashraf HZ

    @Ash Mar 16, 2008

    Can you please tell us the error message, rajeshwar?
  • Prasad Ajinkya

    Prasad Ajinkya

    @prasad-aSUfhP Mar 16, 2008

    Have you included the libraries and the header files?
  • friendster7

    friendster7

    @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

    rajeshwar

    @rajeshwar-NZofoz Mar 18, 2008

    The error message is:

    "Fatal:\include\iostream: Must use c++ for the type iostream" while compiling the programme
  • Prasad Ajinkya

    Prasad Ajinkya

    @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

    friendster7

    @friendster7-oVJr9h Mar 20, 2008

    can we get the code of the program..do add it here..we might be able to help u..